mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/21327-KetraOrcRaider.xml
Normal file
46
data/templates/npc/monster/21327-KetraOrcRaider.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="21327" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ketra Orc Raider</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2802.89989"/>
|
||||
<mp regen="3.0" max="1607.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="855.81387"/>
|
||||
<magical speed="333.0" damage="584.40994"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="332.70061"/>
|
||||
<magical value="221.51582"/>
|
||||
</defense>
|
||||
<move walk="36.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>20480</experience>
|
||||
<sp>2241</sp>
|
||||
<item lefthand="6919" righthand="79"/>
|
||||
<collision heigth="24.0" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="5868" min="2875" id="57"/>
|
||||
<item chance="9441" max="1" min="1" id="1894"/>
|
||||
<item chance="194325" max="1" min="1" id="4039"/>
|
||||
<item chance="8969" max="1" min="1" id="4039"/>
|
||||
<item chance="2340" max="1" min="1" id="4041"/>
|
||||
<item chance="8969" max="1" min="1" id="4044"/>
|
||||
<item chance="2591" max="1" min="1" id="5272"/>
|
||||
<item chance="120" max="1" min="1" id="5277"/>
|
||||
<item chance="15991" max="1" min="1" id="5533"/>
|
||||
<item chance="1221" max="1" min="1" id="5547"/>
|
||||
<item chance="1221" max="1" min="1" id="5548"/>
|
||||
<item chance="1224" max="1" min="1" id="8331"/>
|
||||
<item chance="2242" max="1" min="1" id="8732"/>
|
||||
<item chance="561" max="1" min="1" id="8742"/>
|
||||
<item chance="56" max="1" min="1" id="8752"/>
|
||||
<item chance="99" max="1" min="1" id="11952"/>
|
||||
<item chance="99" max="1" min="1" id="11954"/>
|
||||
<item chance="99" max="1" min="1" id="11957"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user