mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +00:00
Implemented XML templates
This commit is contained in:
45
data/templates/npc/raidboss/25407-LordIshka.xml
Normal file
45
data/templates/npc/raidboss/25407-LordIshka.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="25407" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Lord Ishka</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>60</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="72.9643823396131" max="221100.02497493"/>
|
||||
<mp regen="2.4" max="1036.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="785.17745"/>
|
||||
<magical speed="333.0" damage="133.51196"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="742.95024"/>
|
||||
<magical value="362.44"/>
|
||||
</defense>
|
||||
<move walk="100.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2735033</experience>
|
||||
<sp>394692</sp>
|
||||
<item lefthand="0" righthand="1472"/>
|
||||
<collision heigth="67.0" radius="22.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="23189" max="1" min="1" id="97"/>
|
||||
<item chance="151672" max="1" min="1" id="947"/>
|
||||
<item chance="21002" max="1" min="1" id="2398"/>
|
||||
<item chance="21002" max="1" min="1" id="2399"/>
|
||||
<item chance="33613" max="1" min="1" id="2403"/>
|
||||
<item chance="33613" max="1" min="1" id="2404"/>
|
||||
<item chance="105909" max="48" min="16" id="4084"/>
|
||||
<item chance="75313" max="67" min="23" id="4085"/>
|
||||
<item chance="38134" max="180" min="60" id="4086"/>
|
||||
<item chance="217908" max="31" min="11" id="4087"/>
|
||||
<item chance="212676" max="36" min="12" id="4115"/>
|
||||
<item chance="261503" max="3" min="1" id="4613"/>
|
||||
<item chance="174335" max="4" min="2" id="4614"/>
|
||||
<item chance="130752" max="6" min="2" id="4615"/>
|
||||
<item chance="730000" max="2" min="1" id="8176"/>
|
||||
<item chance="850000" max="4" min="1" id="9814"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user