mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23: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,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.MonsterController"
|
||||
id="20648" 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">Paliote</name>
|
||||
<level>57</level>
|
||||
<race>MAGIC_CREATURE</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1776.58018"/>
|
||||
<mp regen="2.4" max="948.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="424.23295"/>
|
||||
<magical speed="333.0" damage="289.69611"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="233.18839"/>
|
||||
<magical value="155.25946"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="140.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>9826</experience>
|
||||
<sp>816</sp>
|
||||
<collision heigth="22.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" category="DROP" max="2531" min="1239" id="57"/>
|
||||
<item chance="58" category="UNK_1" max="1" min="1" id="554"/>
|
||||
<item chance="58" category="UNK_1" max="1" min="1" id="600"/>
|
||||
<item chance="58" category="UNK_1" max="1" min="1" id="612"/>
|
||||
<item chance="897647" category="SPOIL" max="13" min="1" id="1868"/>
|
||||
<item chance="154671" category="UNK_2" max="1" min="1" id="1868"/>
|
||||
<item chance="30934" category="UNK_2" max="1" min="1" id="1873"/>
|
||||
<item chance="15467" category="UNK_2" max="1" min="1" id="1876"/>
|
||||
<item chance="22096" category="UNK_2" max="1" min="1" id="1895"/>
|
||||
<item chance="58" category="UNK_1" max="1" min="1" id="2464"/>
|
||||
<item chance="171074" category="SPOIL" max="1" min="1" id="2963"/>
|
||||
<item chance="1289" category="UNK_2" max="1" min="1" id="4042"/>
|
||||
<item chance="6038" category="UNK_1" max="1" min="1" id="4073"/>
|
||||
<item chance="6038" category="UNK_1" max="1" min="1" id="4097"/>
|
||||
<item chance="6038" category="UNK_1" max="1" min="1" id="4098"/>
|
||||
<item chance="6038" category="UNK_1" max="1" min="1" id="4100"/>
|
||||
<item chance="3620" category="SPOIL" max="1" min="1" id="4191"/>
|
||||
<item chance="1419" category="UNK_2" max="1" min="1" id="4961"/>
|
||||
<item chance="962" category="UNK_2" max="1" min="1" id="4999"/>
|
||||
<item chance="17985" category="UNK_2" max="1" min="1" id="6669"/>
|
||||
<item chance="1547" category="UNK_200" max="1" min="1" id="8727"/>
|
||||
<item chance="387" category="UNK_200" max="1" min="1" id="8737"/>
|
||||
<item chance="39" category="UNK_200" max="1" min="1" id="8747"/>
|
||||
<item chance="8" category="UNK_200" max="1" min="1" id="8757"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="5" id="4034"/>
|
||||
<skill level="10" id="4408"/>
|
||||
<skill level="1" id="4409"/>
|
||||
<skill level="12" id="4410"/>
|
||||
<skill level="12" id="4411"/>
|
||||
<skill level="13" id="4412"/>
|
||||
<skill level="11" id="4413"/>
|
||||
<skill level="2" id="4414"/>
|
||||
<skill level="5" id="4415"/>
|
||||
<skill level="2" id="4416"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user