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/20659-GraveWanderer.xml

69 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.impl.MonsterController"
id="20659" 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">Grave Wanderer</name>
<level>45</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="5.5" max="1183.80594"/>
<mp regen="2.1" max="610.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="234.89829"/>
<magical speed="333.0" damage="160.40508"/>
</attack>
<defense>
<physical value="177.78746"/>
<magical value="118.3729"/>
</defense>
<move walk="15.0" run="15.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>4948</experience>
<sp>344</sp>
<collision heigth="21.0" radius="13.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="1052" min="518" id="57"/>
<item chance="202" category="UNK_1" max="1" min="1" id="631"/>
<item chance="95232" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="19046" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="109145" category="SPOIL" max="1" min="1" id="1885"/>
<item chance="3174" category="UNK_2" max="1" min="1" id="1889"/>
<item chance="8336" category="UNK_1" max="1" min="1" id="1964"/>
<item chance="10273" category="SPOIL" max="1" min="1" id="2062"/>
<item chance="66824" category="SPOIL" max="1" min="1" id="2163"/>
<item chance="607" category="UNK_2" max="1" min="1" id="2215"/>
<item chance="1035" category="UNK_2" max="1" min="1" id="2225"/>
<item chance="166" category="UNK_2" max="1" min="1" id="2321"/>
<item chance="142" category="UNK_1" max="1" min="1" id="2413"/>
<item chance="202" category="UNK_1" max="1" min="1" id="2495"/>
<item chance="7571" category="UNK_1" max="1" min="1" id="2936"/>
<item chance="8336" category="UNK_1" max="1" min="1" id="2945"/>
<item chance="166" category="UNK_2" max="1" min="1" id="3021"/>
<item chance="1587" category="UNK_2" max="1" min="1" id="4044"/>
<item chance="4762" category="UNK_2" max="1" min="1" id="5549"/>
<item chance="1905" category="UNK_200" max="1" min="1" id="8723"/>
<item chance="476" category="UNK_200" max="1" min="1" id="8733"/>
<item chance="48" category="UNK_200" max="1" min="1" id="8743"/>
<item chance="9" category="UNK_200" max="1" min="1" id="8753"/>
</droplist>
<skills>
<skill level="5" id="4071"/>
<skill level="4" id="4248"/>
<skill level="5" id="4284"/>
<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="19" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
</skills>
</template:npc>