mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25233" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Spirit of Andras the Betrayer</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>69</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="208.900753341411" max="528013.331878827"/>
|
||||
<mp regen="2.7" max="1314.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2246.91708"/>
|
||||
<magical speed="333.0" damage="804.53961"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="873.45189"/>
|
||||
<magical value="426.1"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2969653</experience>
|
||||
<sp>474928</sp>
|
||||
<item lefthand="0" righthand="2500"/>
|
||||
<collision heigth="46.5" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="12893" max="1" min="1" id="236"/>
|
||||
<item chance="611370" max="9" min="3" id="5537"/>
|
||||
<item chance="29742" max="1" min="1" id="6326"/>
|
||||
<item chance="39670" max="1" min="1" id="6327"/>
|
||||
<item chance="59485" max="1" min="1" id="6328"/>
|
||||
<item chance="373928" max="27" min="9" id="6342"/>
|
||||
<item chance="108894" max="60" min="20" id="6344"/>
|
||||
<item chance="172744" max="84" min="28" id="6346"/>
|
||||
<item chance="11555" max="1" min="1" id="6569"/>
|
||||
<item chance="38516" max="1" min="1" id="6578"/>
|
||||
<item chance="820000" max="2" min="1" id="8176"/>
|
||||
<item chance="520000" max="1" min="1" id="8619"/>
|
||||
<item chance="820000" max="4" min="2" id="9814"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user