mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-05 09:22:47 +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,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29132" 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">Lost Captain</name>
|
||||
<level>39</level>
|
||||
<race>HUMANOID</race>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="14.123486282901" max="84512.1750684667"/>
|
||||
<mp regen="1.8" max="463.32"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1067.15458"/>
|
||||
<magical speed="333.0" damage="242.90941"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1372.20768"/>
|
||||
<magical value="669.42"/>
|
||||
</defense>
|
||||
<move walk="48.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>4952216</experience>
|
||||
<sp>390467</sp>
|
||||
<collision heigth="45.5" radius="40.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="66275" category="UNK_1" max="1" min="1" id="71"/>
|
||||
<item chance="66275" category="UNK_1" max="1" min="1" id="72"/>
|
||||
<item chance="267666" category="DROP" max="1" min="1" id="439"/>
|
||||
<item chance="47527" category="DROP" max="13" min="5" id="471"/>
|
||||
<item chance="53918" category="DROP" max="576" min="192" id="1954"/>
|
||||
<item chance="118691" category="DROP" max="157" min="53" id="1962"/>
|
||||
<item chance="289288" category="UNK_1" max="22" min="8" id="2059"/>
|
||||
<item chance="96636" category="UNK_1" max="72" min="24" id="2060"/>
|
||||
<item chance="210353" category="UNK_2" max="12" min="4" id="4589"/>
|
||||
<item chance="112189" category="UNK_2" max="22" min="8" id="4590"/>
|
||||
<item chance="288485" category="UNK_2" max="1" min="1" id="6574"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="1" id="4045"/>
|
||||
<skill level="3" 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="6" id="4416"/>
|
||||
<skill level="2" id="5699"/>
|
||||
<skill level="2" id="5700"/>
|
||||
<skill level="2" id="5701"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user