1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 00:13:11 +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,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21259" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Fallen Orc Shaman</name>
<level>59</level>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1880.92519"/>
<mp regen="2.4" max="1007.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="461.94387"/>
<magical speed="333.0" damage="315.44778"/>
</attack>
<defense>
<physical value="242.81593"/>
<magical value="161.66959"/>
</defense>
<move walk="60.0" run="180.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>15580</experience>
<sp>1332</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
<droplist>
<item chance="700000" max="4248" min="2085" id="57"/>
<item chance="12" max="1" min="1" id="229"/>
<item chance="12" max="1" min="1" id="243"/>
<item chance="62" max="1" min="1" id="947"/>
<item chance="311920" max="1" min="1" id="1868"/>
<item chance="62384" max="1" min="1" id="1873"/>
<item chance="31192" max="1" min="1" id="1876"/>
<item chance="44560" max="1" min="1" id="1895"/>
<item chance="2599" max="1" min="1" id="4042"/>
<item chance="276943" max="1" min="1" id="4049"/>
<item chance="2197" max="1" min="1" id="4109"/>
<item chance="2197" max="1" min="1" id="4110"/>
<item chance="57142" max="1" min="1" id="4129"/>
<item chance="7283" max="1" min="1" id="4613"/>
<item chance="2599" max="1" min="1" id="8728"/>
<item chance="650" max="1" min="1" id="8738"/>
<item chance="65" max="1" min="1" id="8748"/>
<item chance="12" max="1" min="1" id="8758"/>
</droplist>
</npc>