mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Implemented XML templates
This commit is contained in:
49
data/templates/npc/monster/20161-OelMahum.xml
Normal file
49
data/templates/npc/monster/20161-OelMahum.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20161" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Oel Mahum</name>
|
||||
<level>53</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1570.8463"/>
|
||||
<mp regen="2.4" max="832.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="353.71092"/>
|
||||
<magical speed="333.0" damage="241.5387"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="214.18326"/>
|
||||
<magical value="156.73001"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="110.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>4846</experience>
|
||||
<sp>380</sp>
|
||||
<item lefthand="0" righthand="127"/>
|
||||
<collision heigth="37.0" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1305" min="643" id="57"/>
|
||||
<item chance="13" max="1" min="1" id="266"/>
|
||||
<item chance="3247" max="1" min="1" id="1806"/>
|
||||
<item chance="80" max="1" min="1" id="1806"/>
|
||||
<item chance="53281" max="1" min="1" id="1867"/>
|
||||
<item chance="721517" max="5" min="1" id="1872"/>
|
||||
<item chance="53281" max="1" min="1" id="1872"/>
|
||||
<item chance="8880" max="1" min="1" id="1882"/>
|
||||
<item chance="1402" max="1" min="1" id="1894"/>
|
||||
<item chance="34800" max="1" min="1" id="1984"/>
|
||||
<item chance="1439" max="1" min="1" id="2120"/>
|
||||
<item chance="80" max="1" min="1" id="3955"/>
|
||||
<item chance="666" max="1" min="1" id="4042"/>
|
||||
<item chance="4440" max="1" min="1" id="4180"/>
|
||||
<item chance="80" max="1" min="1" id="5165"/>
|
||||
<item chance="80" max="1" min="1" id="5280"/>
|
||||
<item chance="9293" max="1" min="1" id="6669"/>
|
||||
<item chance="925" max="1" min="1" id="8726"/>
|
||||
<item chance="231" max="1" min="1" id="8736"/>
|
||||
<item chance="23" max="1" min="1" id="8746"/>
|
||||
<item chance="5" max="1" min="1" id="8756"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user