mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +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="29096" 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">Anais</name>
|
||||
<title send="false">Lord of Splendor</title>
|
||||
<level>80</level>
|
||||
<race>ANGEL</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="147.845481058836" max="480890.35095576"/>
|
||||
<mp regen="3.21" max="2051.19"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="3064.77741"/>
|
||||
<magical speed="333.0" damage="1222.08862"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1185.644"/>
|
||||
<magical value="578.3992"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="160.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>8827525</experience>
|
||||
<sp>2036475</sp>
|
||||
<item lefthand="0" righthand="8214"/>
|
||||
<collision heigth="41.8" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="24745" category="UNK_2" max="1" min="1" id="959"/>
|
||||
<item chance="247447" category="UNK_2" max="1" min="1" id="960"/>
|
||||
<item chance="8120" category="UNK_1" max="1" min="1" id="6370"/>
|
||||
<item chance="4124" category="UNK_2" max="1" min="1" id="6577"/>
|
||||
<item chance="8022" category="DROP" max="1" min="1" id="6674"/>
|
||||
<item chance="12803" category="DROP" max="1" min="1" id="6675"/>
|
||||
<item chance="726675" category="UNK_1" max="9" min="3" id="6694"/>
|
||||
<item chance="203579" category="DROP" max="22" min="8" id="6701"/>
|
||||
<item chance="491363" category="DROP" max="12" min="4" id="6702"/>
|
||||
<item chance="247447" category="UNK_2" max="1" min="1" id="8920"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="1" id="4045"/>
|
||||
<skill level="10" id="4180"/>
|
||||
<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="8" id="4416"/>
|
||||
<skill level="1" id="4494"/>
|
||||
<skill level="1" id="5032"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user