mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
48
data/templates/npc/monster/20978-ElmoradanSArcherEscort.xml
Normal file
48
data/templates/npc/monster/20978-ElmoradanSArcherEscort.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20978" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Elmoradan's Archer Escort</name>
|
||||
<level>64</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2141.82127"/>
|
||||
<mp regen="2.7" max="1158.0"/>
|
||||
<attack critical="8" evasion="0" range="1100">
|
||||
<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="140.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>17930</experience>
|
||||
<sp>1642</sp>
|
||||
<item lefthand="0" righthand="284"/>
|
||||
<collision heigth="27.0" radius="11.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="4935" min="2440" id="57"/>
|
||||
<item chance="6" max="1" min="1" id="79"/>
|
||||
<item chance="66022" max="1" min="1" id="1830"/>
|
||||
<item chance="330107" max="1" min="1" id="1868"/>
|
||||
<item chance="66022" max="1" min="1" id="1873"/>
|
||||
<item chance="11004" max="1" min="1" id="1889"/>
|
||||
<item chance="220" max="1" min="1" id="3956"/>
|
||||
<item chance="5502" max="1" min="1" id="4044"/>
|
||||
<item chance="60581" max="1" min="1" id="4081"/>
|
||||
<item chance="1325" max="1" min="1" id="4114"/>
|
||||
<item chance="8195" max="1" min="1" id="5230"/>
|
||||
<item chance="16505" max="1" min="1" id="5549"/>
|
||||
<item chance="6" max="1" min="1" id="7883"/>
|
||||
<item chance="6" max="1" min="1" id="7889"/>
|
||||
<item chance="1323" max="1" min="1" id="8330"/>
|
||||
<item chance="1325" max="1" min="1" id="8336"/>
|
||||
<item chance="2201" max="1" min="1" id="8729"/>
|
||||
<item chance="550" max="1" min="1" id="8739"/>
|
||||
<item chance="55" max="1" min="1" id="8749"/>
|
||||
<item chance="11" max="1" min="1" id="8759"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user