mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-04 00:42:48 +00:00
Implemented XML templates
This commit is contained in:
50
data/templates/npc/monster/21112-HamesOrcFootman.xml
Normal file
50
data/templates/npc/monster/21112-HamesOrcFootman.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21112" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Hames Orc Footman</name>
|
||||
<level>71</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2492.727"/>
|
||||
<mp regen="3.0" max="1377.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="710.2185"/>
|
||||
<magical speed="333.0" damage="484.98717"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="300.65359"/>
|
||||
<magical value="200.17855"/>
|
||||
</defense>
|
||||
<move walk="45.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>10470</experience>
|
||||
<sp>1050</sp>
|
||||
<item lefthand="110" righthand="233"/>
|
||||
<collision heigth="29.0" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2946" min="1445" id="57"/>
|
||||
<item chance="216269" max="1" min="1" id="1868"/>
|
||||
<item chance="43254" max="1" min="1" id="1873"/>
|
||||
<item chance="21627" max="1" min="1" id="1876"/>
|
||||
<item chance="30896" max="1" min="1" id="1895"/>
|
||||
<item chance="3905" max="1" min="1" id="3956"/>
|
||||
<item chance="1802" max="1" min="1" id="4042"/>
|
||||
<item chance="144" max="1" min="1" id="5281"/>
|
||||
<item chance="24627" max="1" min="1" id="5485"/>
|
||||
<item chance="17329" max="1" min="1" id="5486"/>
|
||||
<item chance="3169" max="1" min="1" id="5496"/>
|
||||
<item chance="3169" max="1" min="1" id="5497"/>
|
||||
<item chance="3169" max="1" min="1" id="5508"/>
|
||||
<item chance="3169" max="1" min="1" id="5509"/>
|
||||
<item chance="1202" max="1" min="1" id="8730"/>
|
||||
<item chance="300" max="1" min="1" id="8740"/>
|
||||
<item chance="30" max="1" min="1" id="8750"/>
|
||||
<item chance="6" max="1" min="1" id="8760"/>
|
||||
<item chance="589" max="1" min="1" id="12221"/>
|
||||
<item chance="589" max="1" min="1" id="12224"/>
|
||||
<item chance="589" max="1" min="1" id="12229"/>
|
||||
<item chance="589" max="1" min="1" id="12231"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user