mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
37
data/templates/npc/raidboss/25582-Gillien.xml
Normal file
37
data/templates/npc/raidboss/25582-Gillien.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25582" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Gillien</name>
|
||||
<title send="false">Forsaken Inmate</title>
|
||||
<level>75</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="85.6354519750785" max="198851.79298499"/>
|
||||
<mp regen="3.0" max="1507.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5343.97939"/>
|
||||
<magical speed="333.0" damage="876.21289"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="957.73869"/>
|
||||
<magical value="467.22"/>
|
||||
</defense>
|
||||
<move walk="43.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2329614</experience>
|
||||
<sp>373311</sp>
|
||||
<item lefthand="0" righthand="6723"/>
|
||||
<collision heigth="31.5" radius="9.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="466074" max="1" min="1" id="730"/>
|
||||
<item chance="71551" max="1" min="1" id="6323"/>
|
||||
<item chance="95401" max="1" min="1" id="6324"/>
|
||||
<item chance="143101" max="1" min="1" id="6325"/>
|
||||
<item chance="81848" max="243" min="81" id="6341"/>
|
||||
<item chance="36607" max="420" min="140" id="6343"/>
|
||||
<item chance="229241" max="120" min="40" id="6345"/>
|
||||
<item chance="111857" max="1" min="1" id="9625"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user