1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 07:52:57 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/templates/npc/grandboss/29020-Baium.xml
Rogiel 22c136ab17 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
2011-10-05 17:32:04 -03:00

70 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="29020" 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">Baium</name>
<level>75</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="750.0" max="1709400.0"/>
<mp regen="99.0" max="18000.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="3374.18"/>
<magical speed="333.0" damage="2200.0"/>
</attack>
<defense>
<physical value="3300.0"/>
<magical value="2200.0"/>
</defense>
<move walk="80.0" run="120.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>10253400</experience>
<sp>1081544</sp>
<collision heigth="174.0" radius="65.0"/>
</info>
<droplist>
<item chance="60000" category="DROP" max="1" min="1" id="80"/>
<item chance="60000" category="DROP" max="1" min="1" id="98"/>
<item chance="60000" category="DROP" max="1" min="1" id="150"/>
<item chance="60000" category="DROP" max="1" min="1" id="288"/>
<item chance="12000" category="DROP" max="1" min="1" id="6364"/>
<item chance="12000" category="DROP" max="1" min="1" id="6365"/>
<item chance="9000" category="DROP" max="1" min="1" id="6367"/>
<item chance="9000" category="DROP" max="1" min="1" id="6369"/>
<item chance="9000" category="DROP" max="1" min="1" id="6370"/>
<item chance="9000" category="DROP" max="1" min="1" id="6580"/>
<item chance="60000" category="UNK_1" max="1" min="1" id="212"/>
<item chance="60000" category="UNK_1" max="1" min="1" id="235"/>
<item chance="60000" category="UNK_1" max="1" min="1" id="269"/>
<item chance="60000" category="UNK_1" max="1" min="1" id="2504"/>
<item chance="12000" category="UNK_1" max="1" min="1" id="6366"/>
<item chance="12000" category="UNK_1" max="1" min="1" id="6371"/>
<item chance="12000" category="UNK_1" max="1" min="1" id="6372"/>
<item chance="12000" category="UNK_1" max="1" min="1" id="6579"/>
<item chance="12000" category="UNK_1" max="1" min="1" id="7575"/>
<item chance="1000000" category="UNK_2" max="1" min="1" id="6658"/>
<item chance="450000" category="UNK_200" max="2" min="1" id="8751"/>
<item chance="100000" category="UNK_200" max="1" min="1" id="8761"/>
<item chance="400000" category="UNK_200" max="2" min="1" id="8752"/>
<item chance="50000" category="UNK_200" max="1" min="1" id="8762"/>
<item chance="1000000" category="UNK_102" max="15" min="5" id="8620"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="1" id="4256"/>
<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="1" id="4416"/>
</skills>
</npc>