mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +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="25082" 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">Leader of Cat Gang</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>39</level>
|
||||
<race>SPIRIT</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="32.4117473308651" max="86871.3492917109"/>
|
||||
<mp regen="1.8" max="463.32"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="219.96935"/>
|
||||
<magical speed="333.0" damage="17.29939"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="457.40256"/>
|
||||
<magical value="223.14"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1988451</experience>
|
||||
<sp>173127</sp>
|
||||
<collision heigth="26.0" radius="13.5"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="38351" category="UNK_1" max="1" min="1" id="71"/>
|
||||
<item chance="38351" category="UNK_1" max="1" min="1" id="72"/>
|
||||
<item chance="154890" category="DROP" max="1" min="1" id="439"/>
|
||||
<item chance="247518" category="DROP" max="1" min="1" id="471"/>
|
||||
<item chance="249607" category="DROP" max="72" min="24" id="1954"/>
|
||||
<item chance="68682" category="DROP" max="157" min="53" id="1962"/>
|
||||
<item chance="167403" category="UNK_1" max="22" min="8" id="2059"/>
|
||||
<item chance="335526" category="UNK_1" max="12" min="4" id="2060"/>
|
||||
<item chance="486900" category="UNK_2" max="3" min="1" id="4589"/>
|
||||
<item chance="324600" category="UNK_2" max="4" min="2" id="4590"/>
|
||||
<item chance="166937" category="UNK_2" max="1" min="1" id="6574"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="1" id="4045"/>
|
||||
<skill level="3" id="4197"/>
|
||||
<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="7" id="4416"/>
|
||||
<skill level="1" id="4494"/>
|
||||
<skill level="1" id="4819"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user