1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00

Implemented XML templates

This commit is contained in:
2011-05-24 22:55:31 -03:00
parent 6497016e14
commit cc44946831
10377 changed files with 309163 additions and 6171 deletions

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22270" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Water Dragon Detractor</name>
<level>82</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3643.38976668326"/>
<mp regen="3.0" max="1743.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1055.28566"/>
<magical speed="333.0" damage="720.6233"/>
</attack>
<defense>
<physical value="349.77477"/>
<magical value="255.95"/>
</defense>
<move walk="60.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>11436</experience>
<sp>1250</sp>
<collision heigth="43.5" radius="36.0"/>
</info>
<droplist>
<item chance="1000000" max="1" min="1" id="9689"/>
<item chance="700000" max="3147" min="1537" id="57"/>
<item chance="100000" max="1" min="1" id="9595"/>
<item chance="117768" max="30" min="10" id="1344"/>
<item chance="188428" max="1" min="1" id="1868"/>
<item chance="37686" max="1" min="1" id="1873"/>
<item chance="9421" max="1" min="1" id="5549"/>
<item chance="6281" max="1" min="1" id="1889"/>
<item chance="3140" max="1" min="1" id="4044"/>
<item chance="754" max="1" min="1" id="9549"/>
<item chance="1273" max="1" min="1" id="5487"/>
<item chance="1273" max="1" min="1" id="5488"/>
<item chance="158" max="1" min="1" id="12266"/>
<item chance="158" max="1" min="1" id="12259"/>
<item chance="4" max="1" min="1" id="959"/>
<item chance="654" max="1" min="1" id="9573"/>
<item chance="164" max="1" min="1" id="9574"/>
<item chance="16" max="1" min="1" id="9575"/>
<item chance="3" max="1" min="1" id="9576"/>
<item chance="76502" max="1" min="1" id="4044"/>
<item chance="1020" max="1" min="1" id="3036"/>
<item chance="10335" max="1" min="1" id="5488"/>
</droplist>
</npc>