mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/raidboss/25490-Gwindorr.xml
Normal file
40
data/templates/npc/raidboss/25490-Gwindorr.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25490" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Gwindorr</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>40</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="34.0387779378852" max="91937.3861400206"/>
|
||||
<mp regen="1.8" max="478.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="236.34363"/>
|
||||
<magical speed="333.0" damage="18.66292"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="469.65105"/>
|
||||
<magical value="229.12"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2030965</experience>
|
||||
<sp>181264</sp>
|
||||
<item lefthand="0" righthand="129"/>
|
||||
<collision heigth="46.0" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="78771" max="1" min="1" id="263"/>
|
||||
<item chance="27504" max="16" min="6" id="631"/>
|
||||
<item chance="818230" max="3" min="1" id="951"/>
|
||||
<item chance="155854" max="120" min="40" id="1964"/>
|
||||
<item chance="223615" max="36" min="12" id="2073"/>
|
||||
<item chance="211799" max="1" min="1" id="2413"/>
|
||||
<item chance="25212" max="18" min="6" id="2495"/>
|
||||
<item chance="40445" max="420" min="140" id="2936"/>
|
||||
<item chance="76965" max="243" min="81" id="2945"/>
|
||||
<item chance="650000" max="1" min="1" id="8176"/>
|
||||
<item chance="850000" max="2" min="1" id="9816"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user