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/monster/22153-TempleGuardCaptain.xml
Rogiel 6a40656a38 Update XSD files for templates
This commit updades all XSD files for templates.
2011-10-11 23:45:02 -03:00

69 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="22153" 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="true" targetable="true" attackable="true">
<name display="true" send="false">Temple Guard Captain</name>
<level>78</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.874" max="3077.1572058"/>
<mp regen="3.1314" max="1848.24"/>
<attack critical="4" evasion="0" range="80">
<physical speed="253.0" damage="1009.395"/>
<magical speed="333.0" damage="719.59956"/>
</attack>
<defense>
<physical value="373.96949"/>
<magical value="273.65464"/>
</defense>
<move walk="38.0" run="180.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>35631</experience>
<sp>3981</sp>
<item lefthand="0" righthand="8215"/>
<collision heigth="22.3" radius="17.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="9983" min="4892" id="57"/>
<item chance="152635" category="UNK_2" max="90" min="30" id="1344"/>
<item chance="146529" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="91581" category="UNK_2" max="12" min="4" id="1868"/>
<item chance="24422" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="36632" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="12211" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="3053" category="UNK_200" max="1" min="1" id="8732"/>
<item chance="763" category="UNK_200" max="1" min="1" id="8742"/>
<item chance="76" category="UNK_200" max="1" min="1" id="8752"/>
<item chance="1839" category="UNK_1" max="1" min="1" id="5546"/>
<item chance="1674" category="UNK_1" max="1" min="1" id="5545"/>
<item chance="1674" category="UNK_1" max="1" min="1" id="5529"/>
<item chance="6" category="UNK_1" max="1" min="1" id="81"/>
<item chance="6" category="UNK_1" max="1" min="1" id="151"/>
<item chance="6" category="UNK_1" max="1" min="1" id="2500"/>
<item chance="366" category="UNK_2" max="1" min="1" id="6901"/>
<item chance="21833" category="SPOIL" max="1" min="1" id="6693"/>
<item chance="9921" category="SPOIL" max="1" min="1" id="6901"/>
<item chance="21445" category="SPOIL" max="1" min="1" id="6691"/>
</droplist>
<skills>
<skill level="12" 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="13" id="4415"/>
<skill level="1" id="4416"/>
<skill level="35" id="4417"/>
<skill level="3" id="4466"/>
<skill level="9" id="4622"/>
<skill level="9" id="4665"/>
<skill level="9" id="4789"/>
</skills>
</template:npc>