1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/template/npc/raidboss/25076-PrincessMolrang.xml
Rogiel 6a40656a38 Update XSD files for templates
This commit updades all XSD files for templates.
2011-10-11 23:45:02 -03:00

60 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25076" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Princess Molrang</name>
<title send="false">Raid Boss</title>
<level>25</level>
<race>ANIMAL</race>
<sex>MALE</sex>
<stats>
<hp regen="18.4385313667577" max="43316.3085364372"/>
<mp regen="1.5" max="259.2"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="74.22232"/>
<magical speed="333.0" damage="4.67967"/>
</attack>
<defense>
<physical value="305.50599"/>
<magical value="149.04"/>
</defense>
<move walk="50.0" run="170.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>2541012</experience>
<sp>79280</sp>
<collision heigth="20.0" radius="40.0"/>
</info>
<droplist>
<item chance="118972" category="DROP" max="1" min="1" id="58"/>
<item chance="85999" category="DROP" max="3" min="1" id="59"/>
<item chance="118535" category="UNK_1" max="1" min="1" id="293"/>
<item chance="118535" category="UNK_1" max="1" min="1" id="296"/>
<item chance="118972" category="DROP" max="1" min="1" id="349"/>
<item chance="118972" category="DROP" max="1" min="1" id="350"/>
<item chance="107471" category="DROP" max="1" min="1" id="351"/>
<item chance="57333" category="DROP" max="4" min="2" id="378"/>
<item chance="171998" category="DROP" max="1" min="1" id="379"/>
<item chance="126939" category="UNK_2" max="1" min="1" id="6575"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="2" id="4182"/>
<skill level="2" id="4187"/>
<skill level="2" id="4194"/>
<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="5" id="4415"/>
<skill level="4" id="4416"/>
<skill level="1" id="4494"/>
<skill level="1" id="4817"/>
</skills>
</template:npc>