mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/20956-PastKnight.xml
Normal file
46
data/templates/npc/monster/20956-PastKnight.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20956" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Past Knight</name>
|
||||
<level>64</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2141.82127"/>
|
||||
<mp regen="2.7" max="1158.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="562.02275"/>
|
||||
<magical speed="333.0" damage="383.78868"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="267.04468"/>
|
||||
<magical value="177.80136"/>
|
||||
</defense>
|
||||
<move walk="40.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>6953</experience>
|
||||
<sp>636</sp>
|
||||
<item lefthand="103" righthand="150"/>
|
||||
<collision heigth="25.0" radius="10.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1914" min="946" id="57"/>
|
||||
<item chance="3912" max="1" min="1" id="1874"/>
|
||||
<item chance="23470" max="1" min="1" id="1878"/>
|
||||
<item chance="733439" max="3" min="1" id="1884"/>
|
||||
<item chance="36108" max="1" min="1" id="1884"/>
|
||||
<item chance="3912" max="1" min="1" id="1889"/>
|
||||
<item chance="48896" max="1" min="1" id="2508"/>
|
||||
<item chance="78" max="1" min="1" id="3956"/>
|
||||
<item chance="13417" max="1" min="1" id="4106"/>
|
||||
<item chance="1541" max="1" min="1" id="4119"/>
|
||||
<item chance="1131" max="1" min="1" id="4175"/>
|
||||
<item chance="9891" max="1" min="1" id="4987"/>
|
||||
<item chance="2347" max="1" min="1" id="5220"/>
|
||||
<item chance="782" max="1" min="1" id="8729"/>
|
||||
<item chance="196" max="1" min="1" id="8739"/>
|
||||
<item chance="20" max="1" min="1" id="8749"/>
|
||||
<item chance="4" max="1" min="1" id="8759"/>
|
||||
<item chance="115" max="1" min="1" id="11939"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user