mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-05-02 13:04:01 +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,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="25146" 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">Serpent Demon Bifrons</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>21</level>
|
||||
<race>BEAST</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="16.8269664693931" max="37886.4853669374"/>
|
||||
<mp regen="1.5" max="205.2"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="53.12758"/>
|
||||
<magical speed="333.0" damage="3.16861"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="269.19177"/>
|
||||
<magical value="131.32"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2646357</experience>
|
||||
<sp>60367</sp>
|
||||
<item lefthand="0" righthand="73"/>
|
||||
<collision heigth="72.0" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="106040" category="UNK_1" max="1" min="1" id="275"/>
|
||||
<item chance="106040" category="UNK_1" max="1" min="1" id="276"/>
|
||||
<item chance="133493" category="DROP" max="9" min="3" id="848"/>
|
||||
<item chance="241022" category="DROP" max="7" min="3" id="879"/>
|
||||
<item chance="85882" category="DROP" max="10" min="4" id="911"/>
|
||||
<item chance="74853" category="DROP" max="288" min="96" id="1900"/>
|
||||
<item chance="155932" category="UNK_1" max="36" min="12" id="2024"/>
|
||||
<item chance="56759" category="UNK_2" max="1" min="1" id="6575"/>
|
||||
<item chance="510833" category="UNK_2" max="1" min="1" id="6576"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="1" id="4045"/>
|
||||
<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="3" id="4416"/>
|
||||
<skill level="1" id="4494"/>
|
||||
<skill level="5" id="4743"/>
|
||||
<skill level="1" id="4845"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user