mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/20621-DeathWave.xml
Normal file
46
data/templates/npc/monster/20621-DeathWave.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="20621" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Death Wave</name>
|
||||
<level>62</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2037.81082"/>
|
||||
<mp regen="2.7" max="1097.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="521.12391"/>
|
||||
<magical speed="333.0" damage="355.86007"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="257.34267"/>
|
||||
<magical value="171.34165"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>16701</experience>
|
||||
<sp>1488</sp>
|
||||
<collision heigth="22.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="4576" min="2259" id="57"/>
|
||||
<item chance="305952" max="1" min="1" id="1868"/>
|
||||
<item chance="61190" max="1" min="1" id="1873"/>
|
||||
<item chance="30595" max="1" min="1" id="1876"/>
|
||||
<item chance="43707" max="1" min="1" id="1895"/>
|
||||
<item chance="28" max="1" min="1" id="2391"/>
|
||||
<item chance="28" max="1" min="1" id="2392"/>
|
||||
<item chance="2550" max="1" min="1" id="4042"/>
|
||||
<item chance="201691" max="1" min="1" id="4052"/>
|
||||
<item chance="4754" max="1" min="1" id="4082"/>
|
||||
<item chance="4754" max="1" min="1" id="4083"/>
|
||||
<item chance="4349" max="1" min="1" id="4199"/>
|
||||
<item chance="211" max="1" min="1" id="4623"/>
|
||||
<item chance="7596" max="1" min="1" id="5230"/>
|
||||
<item chance="204" max="1" min="1" id="5276"/>
|
||||
<item chance="2040" max="1" min="1" id="8729"/>
|
||||
<item chance="510" max="1" min="1" id="8739"/>
|
||||
<item chance="51" max="1" min="1" id="8749"/>
|
||||
<item chance="10" max="1" min="1" id="8759"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user