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/22286-PlazaGaviel.xml
Normal file
46
data/templates/npc/monster/22286-PlazaGaviel.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="22286" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Plaza Gaviel</name>
|
||||
<level>82</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="112.558039826218" max="10982.0141560175"/>
|
||||
<mp regen="3.0" max="1743.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="6734.49668"/>
|
||||
<magical speed="333.0" damage="4598.7882"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="559.63963"/>
|
||||
<magical value="614.28"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>13121</experience>
|
||||
<sp>1370</sp>
|
||||
<collision heigth="33.0" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2593" min="1266" id="57"/>
|
||||
<item chance="53" max="1" min="1" id="960"/>
|
||||
<item chance="59146" max="3" min="1" id="1867"/>
|
||||
<item chance="33270" max="6" min="2" id="1869"/>
|
||||
<item chance="133078" max="1" min="1" id="1870"/>
|
||||
<item chance="133078" max="1" min="1" id="1871"/>
|
||||
<item chance="88719" max="3" min="1" id="1872"/>
|
||||
<item chance="840" max="1" min="1" id="5272"/>
|
||||
<item chance="1967" max="1" min="1" id="5502"/>
|
||||
<item chance="1967" max="1" min="1" id="5503"/>
|
||||
<item chance="1967" max="1" min="1" id="5514"/>
|
||||
<item chance="1967" max="1" min="1" id="5515"/>
|
||||
<item chance="27722" max="1" min="1" id="6344"/>
|
||||
<item chance="61568" max="1" min="1" id="6346"/>
|
||||
<item chance="1064" max="1" min="1" id="9546"/>
|
||||
<item chance="317" max="1" min="1" id="12257"/>
|
||||
<item chance="317" max="1" min="1" id="12260"/>
|
||||
<item chance="317" max="1" min="1" id="12264"/>
|
||||
<item chance="317" max="1" min="1" id="12267"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user