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

59 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25360" 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">Tiger Hornet</name>
<title send="false">Raid Boss</title>
<level>26</level>
<race>BUG</race>
<sex>MALE</sex>
<stats>
<hp regen="18.9709885888547" max="45036.2099497452"/>
<mp regen="1.5" max="273.0"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="80.58475"/>
<magical speed="333.0" damage="5.07204"/>
</attack>
<defense>
<physical value="315.08454"/>
<magical value="153.72"/>
</defense>
<move walk="90.0" run="190.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>2487618</experience>
<sp>84828</sp>
<collision heigth="32.0" radius="8.0"/>
</info>
<droplist>
<item chance="122830" category="DROP" max="1" min="1" id="58"/>
<item chance="88788" category="DROP" max="3" min="1" id="59"/>
<item chance="81587" category="UNK_1" max="1" min="1" id="316"/>
<item chance="81587" category="UNK_1" max="1" min="1" id="317"/>
<item chance="122830" category="DROP" max="1" min="1" id="349"/>
<item chance="122830" category="DROP" max="1" min="1" id="350"/>
<item chance="110956" category="DROP" max="1" min="1" id="351"/>
<item chance="59192" category="DROP" max="4" min="2" id="378"/>
<item chance="44393" category="DROP" max="6" min="2" id="379"/>
<item chance="591224" category="UNK_1" max="9" min="3" id="2030"/>
<item chance="589746" category="UNK_2" max="3" min="1" id="6576"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="2" id="4197"/>
<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="7" id="4415"/>
<skill level="12" id="4416"/>
<skill level="1" id="4494"/>
<skill level="1" id="4928"/>
</skills>
</template:npc>