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,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.MonsterController"
|
||||
id="21432" 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">Chakram Beetle</name>
|
||||
<level>78</level>
|
||||
<race>BUG</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.67" max="2937.9838056"/>
|
||||
<mp regen="3.06" max="1708.296"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="912.65371"/>
|
||||
<magical speed="333.0" damage="635.68866"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="348.2025"/>
|
||||
<magical value="231.83715"/>
|
||||
</defense>
|
||||
<move walk="45.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>72932</experience>
|
||||
<sp>8186</sp>
|
||||
<collision heigth="54.5" radius="19.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" category="DROP" max="17245" min="8447" id="57"/>
|
||||
<item chance="28" category="UNK_2" max="1" min="1" id="959"/>
|
||||
<item chance="7616" category="SPOIL" max="1" min="1" id="1808"/>
|
||||
<item chance="46866" category="UNK_2" max="45" min="15" id="1868"/>
|
||||
<item chance="70299" category="UNK_2" max="6" min="2" id="1873"/>
|
||||
<item chance="140598" category="UNK_2" max="1" min="1" id="1876"/>
|
||||
<item chance="200854" category="UNK_2" max="1" min="1" id="1895"/>
|
||||
<item chance="11716" category="UNK_2" max="1" min="1" id="4042"/>
|
||||
<item chance="47043" category="SPOIL" max="1" min="1" id="5534"/>
|
||||
<item chance="47011" category="SPOIL" max="1" min="1" id="5537"/>
|
||||
<item chance="8678" category="UNK_1" max="1" min="1" id="5538"/>
|
||||
<item chance="5858" category="UNK_200" max="1" min="1" id="8732"/>
|
||||
<item chance="1465" category="UNK_200" max="1" min="1" id="8742"/>
|
||||
<item chance="146" category="UNK_200" max="1" min="1" id="8752"/>
|
||||
<item chance="562" category="UNK_1" max="1" min="1" id="11967"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="9" id="4040"/>
|
||||
<skill level="9" id="4065"/>
|
||||
<skill level="5" id="4071"/>
|
||||
<skill level="1" id="4274"/>
|
||||
<skill level="1" id="4341"/>
|
||||
<skill level="14" id="4408"/>
|
||||
<skill level="1" id="4409"/>
|
||||
<skill level="11" id="4410"/>
|
||||
<skill level="11" id="4411"/>
|
||||
<skill level="15" id="4412"/>
|
||||
<skill level="15" id="4413"/>
|
||||
<skill level="2" id="4414"/>
|
||||
<skill level="3" id="4415"/>
|
||||
<skill level="12" id="4416"/>
|
||||
<skill level="4" id="4437"/>
|
||||
<skill level="6" id="4789"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user