1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 16:03:10 +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,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="18573" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Kel Bilette</name>
<title send="false">Kaneus</title>
<level>66</level>
<sex>MALE</sex>
<stats>
<hp regen="66.5389693316175" max="445990.929574085"/>
<mp regen="16.47" max="6099.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="2129.66944"/>
<magical speed="333.0" damage="1454.28817"/>
</attack>
<defense>
<physical value="442.76403"/>
<magical value="485.99326"/>
</defense>
<move walk="50.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>1052061</experience>
<sp>186892</sp>
<item lefthand="0" righthand="75"/>
<collision heigth="48.0" radius="19.0"/>
</info>
<droplist>
<item chance="43252" max="1" min="1" id="601"/>
<item chance="28835" max="1" min="1" id="601"/>
<item chance="38550" max="1" min="1" id="729"/>
<item chance="289124" max="1" min="1" id="730"/>
<item chance="43252" max="1" min="1" id="2439"/>
<item chance="28835" max="1" min="1" id="2439"/>
<item chance="43252" max="1" min="1" id="2475"/>
<item chance="28835" max="1" min="1" id="2475"/>
<item chance="43252" max="1" min="1" id="2487"/>
<item chance="28835" max="1" min="1" id="2487"/>
<item chance="190722" max="31" min="11" id="4090"/>
<item chance="26008" max="346" min="116" id="4090"/>
<item chance="187744" max="48" min="16" id="4091"/>
<item chance="125161" max="48" min="16" id="4091"/>
<item chance="133508" max="67" min="23" id="4096"/>
<item chance="89003" max="67" min="23" id="4096"/>
<item chance="50065" max="180" min="60" id="4099"/>
<item chance="33376" max="180" min="60" id="4099"/>
</droplist>
</npc>