mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
45
data/templates/npc/raidboss/25473-GraveRobberKim.xml
Normal file
45
data/templates/npc/raidboss/25473-GraveRobberKim.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25473" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Grave Robber Kim</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>52</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="58.0887964751743" max="169041.653947489"/>
|
||||
<mp regen="2.4" max="804.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="516.1512"/>
|
||||
<magical speed="333.0" damage="73.27274"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="628.50318"/>
|
||||
<magical value="306.6"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2313340</experience>
|
||||
<sp>287521</sp>
|
||||
<item lefthand="0" righthand="160"/>
|
||||
<collision heigth="42.0" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="13771" max="1" min="1" id="91"/>
|
||||
<item chance="13771" max="1" min="1" id="92"/>
|
||||
<item chance="87763" max="1" min="1" id="856"/>
|
||||
<item chance="131644" max="1" min="1" id="887"/>
|
||||
<item chance="65822" max="1" min="1" id="918"/>
|
||||
<item chance="66195" max="243" min="81" id="4049"/>
|
||||
<item chance="158336" max="120" min="40" id="4050"/>
|
||||
<item chance="283171" max="42" min="14" id="4051"/>
|
||||
<item chance="329047" max="12" min="4" id="4105"/>
|
||||
<item chance="172612" max="22" min="8" id="4106"/>
|
||||
<item chance="331276" max="3" min="1" id="4607"/>
|
||||
<item chance="220850" max="4" min="2" id="4608"/>
|
||||
<item chance="165638" max="6" min="2" id="4609"/>
|
||||
<item chance="19876" max="1" min="1" id="6573"/>
|
||||
<item chance="850000" max="1" min="1" id="8176"/>
|
||||
<item chance="850000" max="3" min="1" id="9816"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user