mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
50
data/templates/npc/monster/21318-HotSpringsAntelope.xml
Normal file
50
data/templates/npc/monster/21318-HotSpringsAntelope.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21318" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Hot Springs Antelope</name>
|
||||
<level>74</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2632.19636"/>
|
||||
<mp regen="3.0" max="1475.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="773.81598"/>
|
||||
<magical speed="333.0" damage="528.41601"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="314.65987"/>
|
||||
<magical value="209.50409"/>
|
||||
</defense>
|
||||
<move walk="45.0" run="185.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>22193</experience>
|
||||
<sp>2314</sp>
|
||||
<collision heigth="34.0" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="6292" min="3087" id="57"/>
|
||||
<item chance="5213" max="1" min="1" id="730"/>
|
||||
<item chance="87485" max="90" min="30" id="1344"/>
|
||||
<item chance="209966" max="3" min="1" id="1868"/>
|
||||
<item chance="83986" max="1" min="1" id="1873"/>
|
||||
<item chance="13998" max="1" min="1" id="1889"/>
|
||||
<item chance="6999" max="1" min="1" id="4044"/>
|
||||
<item chance="93" max="1" min="1" id="5157"/>
|
||||
<item chance="52600" max="1" min="1" id="5478"/>
|
||||
<item chance="6769" max="1" min="1" id="5496"/>
|
||||
<item chance="6769" max="1" min="1" id="5497"/>
|
||||
<item chance="6769" max="1" min="1" id="5508"/>
|
||||
<item chance="6769" max="1" min="1" id="5509"/>
|
||||
<item chance="625522" max="1" min="1" id="5549"/>
|
||||
<item chance="20996" max="1" min="1" id="5549"/>
|
||||
<item chance="1944" max="1" min="1" id="8731"/>
|
||||
<item chance="486" max="1" min="1" id="8741"/>
|
||||
<item chance="49" max="1" min="1" id="8751"/>
|
||||
<item chance="10" max="1" min="1" id="8761"/>
|
||||
<item chance="1258" max="1" min="1" id="12221"/>
|
||||
<item chance="1258" max="1" min="1" id="12224"/>
|
||||
<item chance="1258" max="1" min="1" id="12229"/>
|
||||
<item chance="1258" max="1" min="1" id="12231"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user