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,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25360" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Tiger Hornet</name>
<title send="false">Raid Boss</title>
<level>26</level>
<sex>MALE</sex>
<stats>
<hp regen="18.9709885888547" max="45036.2099497452"/>
<mp regen="1.5" max="273.0"/>
<attack critical="8" evasion="0" range="40">
<physical speed="253.0" damage="80.58475"/>
<magical speed="333.0" damage="5.07204"/>
</attack>
<defense>
<physical value="315.08454"/>
<magical value="153.72"/>
</defense>
<move walk="90.0" run="190.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>2487618</experience>
<sp>84828</sp>
<collision heigth="32.0" radius="8.0"/>
</info>
<droplist>
<item chance="122830" max="1" min="1" id="58"/>
<item chance="88788" max="3" min="1" id="59"/>
<item chance="81587" max="1" min="1" id="316"/>
<item chance="81587" max="1" min="1" id="317"/>
<item chance="122830" max="1" min="1" id="349"/>
<item chance="122830" max="1" min="1" id="350"/>
<item chance="110956" max="1" min="1" id="351"/>
<item chance="59192" max="4" min="2" id="378"/>
<item chance="44393" max="6" min="2" id="379"/>
<item chance="591224" max="9" min="3" id="2030"/>
<item chance="589746" max="3" min="1" id="6576"/>
</droplist>
</npc>