mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +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,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.MonsterController"
|
||||
id="22121" xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
||||
<info aggressive="true" targetable="true" attackable="true">
|
||||
<name display="true" send="false">Spiked Stakato Shaman</name>
|
||||
<level>78</level>
|
||||
<race>HUMANOID</race>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.67" max="2937.9838056"/>
|
||||
<mp regen="3.06" max="1708.296"/>
|
||||
<attack critical="8" 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="254.79948"/>
|
||||
</defense>
|
||||
<move walk="25.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>30969</experience>
|
||||
<sp>3310</sp>
|
||||
<item lefthand="0" righthand="221"/>
|
||||
<collision heigth="43.6" radius="24.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" category="DROP" max="8649" min="4237" id="57"/>
|
||||
<item chance="18" category="UNK_2" max="1" min="1" id="959"/>
|
||||
<item chance="26984" category="UNK_2" max="630" min="210" id="1344"/>
|
||||
<item chance="3820" category="SPOIL" max="1" min="1" id="1808"/>
|
||||
<item chance="113331" category="UNK_2" max="12" min="4" id="1864"/>
|
||||
<item chance="90664" category="UNK_2" max="6" min="2" id="1869"/>
|
||||
<item chance="181329" category="UNK_2" max="1" min="1" id="1878"/>
|
||||
<item chance="46495" category="UNK_2" max="9" min="3" id="1884"/>
|
||||
<item chance="15111" category="UNK_2" max="1" min="1" id="4039"/>
|
||||
<item chance="24" category="UNK_1" max="1" min="1" id="5326"/>
|
||||
<item chance="24" category="UNK_1" max="1" min="1" id="5329"/>
|
||||
<item chance="3572" category="UNK_1" max="1" min="1" id="5487"/>
|
||||
<item chance="3572" category="UNK_1" max="1" min="1" id="5488"/>
|
||||
<item chance="29268" category="SPOIL" max="1" min="1" id="5523"/>
|
||||
<item chance="102753" category="SPOIL" max="1" min="1" id="5527"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<skill level="8" id="4036"/>
|
||||
<skill level="8" id="4158"/>
|
||||
<skill level="12" id="4408"/>
|
||||
<skill level="1" id="4409"/>
|
||||
<skill level="11" id="4410"/>
|
||||
<skill level="14" id="4411"/>
|
||||
<skill level="11" id="4412"/>
|
||||
<skill level="14" id="4413"/>
|
||||
<skill level="3" id="4414"/>
|
||||
<skill level="7" id="4415"/>
|
||||
<skill level="6" id="4416"/>
|
||||
<skill level="29" id="4417"/>
|
||||
<skill level="8" id="4563"/>
|
||||
<skill level="6" id="4789"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user