mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
43
data/templates/npc/monster/21317-HotSpringsAtroxspawn.xml
Normal file
43
data/templates/npc/monster/21317-HotSpringsAtroxspawn.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21317" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Hot Springs Atroxspawn</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="105.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>21232</experience>
|
||||
<sp>2213</sp>
|
||||
<collision heigth="39.0" radius="45.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="6019" min="2953" id="57"/>
|
||||
<item chance="147306" max="3" min="1" id="1867"/>
|
||||
<item chance="98204" max="3" min="1" id="1872"/>
|
||||
<item chance="49102" max="1" min="1" id="1882"/>
|
||||
<item chance="7753" max="1" min="1" id="1894"/>
|
||||
<item chance="98" max="1" min="1" id="3957"/>
|
||||
<item chance="3683" max="1" min="1" id="4042"/>
|
||||
<item chance="2216" max="1" min="1" id="5450"/>
|
||||
<item chance="2216" max="1" min="1" id="5456"/>
|
||||
<item chance="3726" max="1" min="1" id="5539"/>
|
||||
<item chance="228933" max="1" min="1" id="6345"/>
|
||||
<item chance="2046" max="1" min="1" id="8731"/>
|
||||
<item chance="512" max="1" min="1" id="8741"/>
|
||||
<item chance="51" max="1" min="1" id="8751"/>
|
||||
<item chance="10" max="1" min="1" id="8761"/>
|
||||
<item chance="304" max="1" min="1" id="11950"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user