mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/22518-RottenMessenger.xml
Normal file
44
data/templates/npc/monster/22518-RottenMessenger.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="22518" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Rotten Messenger</name>
|
||||
<level>80</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="3643.38976668326"/>
|
||||
<mp regen="3.0" max="1743.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1067.77425"/>
|
||||
<magical speed="333.0" damage="737.7804"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="353.91412"/>
|
||||
<magical value="258.97899"/>
|
||||
</defense>
|
||||
<move walk="45.0" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>51135</experience>
|
||||
<sp>5315</sp>
|
||||
<collision heigth="22.0" radius="14.4"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="13636" min="6657" id="57"/>
|
||||
<item chance="1679" max="1" min="1" id="8349"/>
|
||||
<item chance="1680" max="1" min="1" id="5533"/>
|
||||
<item chance="1678" max="1" min="1" id="5544"/>
|
||||
<item chance="1680" max="1" min="1" id="8342"/>
|
||||
<item chance="6" max="1" min="1" id="164"/>
|
||||
<item chance="6" max="1" min="1" id="213"/>
|
||||
<item chance="6" max="1" min="1" id="7895"/>
|
||||
<item chance="6" max="1" min="1" id="7902"/>
|
||||
<item chance="279919" max="1" min="1" id="1895"/>
|
||||
<item chance="19594" max="1" min="1" id="4040"/>
|
||||
<item chance="7684" max="1" min="1" id="9628"/>
|
||||
<item chance="5157" max="1" min="1" id="9630"/>
|
||||
<item chance="1322" max="1" min="1" id="6851"/>
|
||||
<item chance="27282" max="1" min="1" id="5537"/>
|
||||
<item chance="27300" max="1" min="1" id="5534"/>
|
||||
<item chance="4420" max="1" min="1" id="5162"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user