mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 09:42:54 +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,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
|
||||
id="29006" 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">Core</name>
|
||||
<level>50</level>
|
||||
<race>MAGIC_CREATURE</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="441.65" max="261551.926"/>
|
||||
<mp regen="20.0" max="1708.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="722.31"/>
|
||||
<magical speed="333.0" damage="1398.68"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1602.0"/>
|
||||
<magical value="293.0"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="110.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2041407</experience>
|
||||
<sp>153786</sp>
|
||||
<collision heigth="75.0" radius="140.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="48000" category="DROP" max="1" min="1" id="75"/>
|
||||
<item chance="40000" category="DROP" max="1" min="1" id="84"/>
|
||||
<item chance="48000" category="DROP" max="1" min="1" id="162"/>
|
||||
<item chance="40000" category="DROP" max="1" min="1" id="174"/>
|
||||
<item chance="40000" category="DROP" max="1" min="1" id="200"/>
|
||||
<item chance="48000" category="DROP" max="1" min="1" id="233"/>
|
||||
<item chance="40000" category="DROP" max="1" min="1" id="265"/>
|
||||
<item chance="48000" category="DROP" max="1" min="1" id="283"/>
|
||||
<item chance="48000" category="DROP" max="1" min="1" id="301"/>
|
||||
<item chance="120000" category="UNK_1" max="1" min="1" id="60"/>
|
||||
<item chance="120000" category="UNK_1" max="1" min="1" id="400"/>
|
||||
<item chance="120000" category="UNK_1" max="1" min="1" id="420"/>
|
||||
<item chance="120000" category="UNK_1" max="1" min="1" id="441"/>
|
||||
<item chance="120000" category="UNK_1" max="1" min="1" id="472"/>
|
||||
<item chance="140000" category="UNK_2" max="1" min="1" id="107"/>
|
||||
<item chance="140000" category="UNK_2" max="1" min="1" id="517"/>
|
||||
<item chance="140000" category="UNK_2" max="1" min="1" id="951"/>
|
||||
<item chance="140000" category="UNK_2" max="1" min="1" id="2435"/>
|
||||
<item chance="140000" category="UNK_2" max="1" min="1" id="2459"/>
|
||||
<item chance="1000000" category="UNK_3" max="150000"
|
||||
min="100000" id="57"/>
|
||||
<item chance="1000000" category="UNK_4" max="150000"
|
||||
min="100000" id="57"/>
|
||||
<item chance="1000000" category="UNK_5" max="150000"
|
||||
min="100000" id="57"/>
|
||||
<item chance="1000000" category="UNK_6" max="150000"
|
||||
min="100000" id="57"/>
|
||||
<item chance="1000000" category="UNK_7" max="150000"
|
||||
min="100000" id="57"/>
|
||||
<item chance="300000" category="UNK_8" max="1" min="1" id="6662"/>
|
||||
<item chance="100000" category="UNK_200" max="2" min="1" id="8754"/>
|
||||
<item chance="450000" category="UNK_200" max="4" min="2" id="8744"/>
|
||||
<item chance="400000" category="UNK_200" max="4" min="2" id="8745"/>
|
||||
<item chance="50000" category="UNK_200" max="2" min="1" id="8755"/>
|
||||
</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="2" id="4416"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user