mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/raidboss/25684-LastTitanUtenus.xml
Normal file
41
data/templates/npc/raidboss/25684-LastTitanUtenus.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25684" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Last Titan Utenus</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>83</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="95.1367199926651" max="309427.263765358"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2978.25555"/>
|
||||
<magical speed="333.0" damage="1178.51379"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1061.58432"/>
|
||||
<magical value="517.88"/>
|
||||
</defense>
|
||||
<move walk="15.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>4158609</experience>
|
||||
<sp>574729</sp>
|
||||
<item lefthand="0" righthand="3938"/>
|
||||
<collision heigth="66.0" radius="50.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="1000000" max="1" min="1" id="14853"/>
|
||||
<item chance="4005" max="1" min="1" id="9519"/>
|
||||
<item chance="6409" max="1" min="1" id="9520"/>
|
||||
<item chance="327825" max="4" min="2" id="9535"/>
|
||||
<item chance="180707" max="12" min="4" id="9536"/>
|
||||
<item chance="1062" max="1" min="1" id="10220"/>
|
||||
<item chance="1062" max="1" min="1" id="10222"/>
|
||||
<item chance="352297" max="1" min="1" id="10402"/>
|
||||
<item chance="352297" max="1" min="1" id="10404"/>
|
||||
<item chance="28504" max="1" min="1" id="959"/>
|
||||
<item chance="285045" max="1" min="1" id="960"/>
|
||||
<item chance="4750" max="1" min="1" id="6577"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user