mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RiftInvader" id="21697" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Dimension Invader Elite Soldier</name>
|
||||
<level>45</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1183.80594"/>
|
||||
<mp regen="2.1" max="610.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="234.89829"/>
|
||||
<magical speed="333.0" damage="160.40508"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="177.78746"/>
|
||||
<magical value="118.3729"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="165.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>630</experience>
|
||||
<sp>44</sp>
|
||||
<item lefthand="0" righthand="135"/>
|
||||
<collision heigth="31.0" radius="21.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="169" min="83" id="57"/>
|
||||
<item chance="6" max="1" min="1" id="263"/>
|
||||
<item chance="19835" max="1" min="1" id="1864"/>
|
||||
<item chance="9918" max="1" min="1" id="1869"/>
|
||||
<item chance="3967" max="1" min="1" id="1878"/>
|
||||
<item chance="6103" max="1" min="1" id="1884"/>
|
||||
<item chance="16957" max="1" min="1" id="1964"/>
|
||||
<item chance="1559" max="1" min="1" id="2059"/>
|
||||
<item chance="383" max="1" min="1" id="2073"/>
|
||||
<item chance="8671" max="1" min="1" id="2216"/>
|
||||
<item chance="616" max="1" min="1" id="2219"/>
|
||||
<item chance="331" max="1" min="1" id="4039"/>
|
||||
<item chance="397" max="1" min="1" id="8723"/>
|
||||
<item chance="99" max="1" min="1" id="8733"/>
|
||||
<item chance="10" max="1" min="1" id="8743"/>
|
||||
<item chance="2" max="1" min="1" id="8753"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user