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,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc
|
||||
controller="com.l2jserver.model.world.npc.controller.MonsterController"
|
||||
id="22360" 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">Town Patrolman</name>
|
||||
<level>81</level>
|
||||
<race>HUMANOID</race>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="113.419259781018" max="33003.982801143"/>
|
||||
<mp regen="3.0" max="1708.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5995.95197"/>
|
||||
<magical speed="333.0" damage="4190.79811"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="592.48128"/>
|
||||
<magical value="650.32814"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>143958</experience>
|
||||
<sp>15178</sp>
|
||||
<item lefthand="0" righthand="7887"/>
|
||||
<collision heigth="26.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" category="DROP" max="24611" min="12288" id="57"/>
|
||||
<item chance="538300" category="UNK_100" max="3" min="1" id="9599"/>
|
||||
<item chance="114829" category="DROP" max="150" min="50" id="1345"/>
|
||||
<item chance="30758" category="UNK_2" max="84" min="28" id="1864"/>
|
||||
<item chance="47845" category="UNK_2" max="27" min="9" id="1869"/>
|
||||
<item chance="86122" category="UNK_2" max="1" min="1" id="1880"/>
|
||||
<item chance="28707" category="UNK_2" max="1" min="1" id="4043"/>
|
||||
<item chance="14186" category="UNK_1" max="1" min="1" id="5534"/>
|
||||
<item chance="11483" category="UNK_2" max="1" min="1" id="5550"/>
|
||||
<item chance="6890" category="UNK_200" max="1" min="1" id="9551"/>
|
||||
<item chance="50" category="UNK_1" max="1" min="1" id="289"/>
|
||||
<item chance="4161" category="UNK_200" max="1" min="1" id="14166"/>
|
||||
<item chance="1039" category="UNK_200" max="1" min="1" id="14167"/>
|
||||
<item chance="861" category="UNK_2" max="1" min="1" id="6901"/>
|
||||
<item chance="104" category="UNK_200" max="1" min="1" id="14168"/>
|
||||
<item chance="21" category="UNK_200" max="1" min="1" id="14169"/>
|
||||
<item chance="143782" category="SPOIL" max="2" min="1" id="6702"/>
|
||||
<item chance="279723" category="SPOIL" max="1" min="1" id="5550"/>
|
||||
<item chance="20979" category="SPOIL" max="1" min="1" id="6901"/>
|
||||
</droplist>
|
||||
<skills>
|
||||
<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="3" id="4414"/>
|
||||
<skill level="3" id="4415"/>
|
||||
<skill level="6" id="4416"/>
|
||||
<skill level="4" id="5299"/>
|
||||
<skill level="1" id="5467"/>
|
||||
</skills>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user