mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/21339-KetraOrcGeneral.xml
Normal file
44
data/templates/npc/monster/21339-KetraOrcGeneral.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21339" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ketra Orc General</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.874" max="3077.1572058"/>
|
||||
<mp regen="3.1314" max="1848.24"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1009.395"/>
|
||||
<magical speed="333.0" damage="719.59956"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="373.96949"/>
|
||||
<magical value="261.02228"/>
|
||||
</defense>
|
||||
<move walk="24.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>20989</experience>
|
||||
<sp>2469</sp>
|
||||
<item lefthand="0" righthand="6719"/>
|
||||
<collision heigth="46.2" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="6071" min="2975" id="57"/>
|
||||
<item chance="89" max="1" min="1" id="960"/>
|
||||
<item chance="69615" max="120" min="40" id="1344"/>
|
||||
<item chance="148511" max="3" min="1" id="1867"/>
|
||||
<item chance="99008" max="3" min="1" id="1872"/>
|
||||
<item chance="49504" max="1" min="1" id="1882"/>
|
||||
<item chance="7816" max="1" min="1" id="1894"/>
|
||||
<item chance="3713" max="1" min="1" id="4042"/>
|
||||
<item chance="3056" max="1" min="1" id="5537"/>
|
||||
<item chance="13041" max="1" min="1" id="6691"/>
|
||||
<item chance="13277" max="1" min="1" id="6693"/>
|
||||
<item chance="13277" max="1" min="1" id="6694"/>
|
||||
<item chance="1856" max="1" min="1" id="8732"/>
|
||||
<item chance="464" max="1" min="1" id="8742"/>
|
||||
<item chance="46" max="1" min="1" id="8752"/>
|
||||
<item chance="198" max="1" min="1" id="11973"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user