mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RiftInvader" id="21774" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Messenger Invader Soldier</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.67" max="2937.9838056"/>
|
||||
<mp regen="3.06" max="1708.296"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="912.65371"/>
|
||||
<magical speed="333.0" damage="635.68866"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="348.2025"/>
|
||||
<magical value="231.83715"/>
|
||||
</defense>
|
||||
<move walk="20.0" run="165.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>31088</experience>
|
||||
<sp>3489</sp>
|
||||
<collision heigth="40.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="765263" max="3" min="1" id="1876"/>
|
||||
<item chance="728822" max="5" min="1" id="1895"/>
|
||||
<item chance="23061" max="1" min="1" id="5546"/>
|
||||
<item chance="700000" max="7702" min="3773" id="57"/>
|
||||
<item chance="14" max="1" min="1" id="305"/>
|
||||
<item chance="3874" max="1" min="1" id="5541"/>
|
||||
<item chance="13" max="1" min="1" id="959"/>
|
||||
<item chance="104651" max="9" min="3" id="1868"/>
|
||||
<item chance="125582" max="1" min="1" id="1873"/>
|
||||
<item chance="62791" max="1" min="1" id="1876"/>
|
||||
<item chance="89701" max="1" min="1" id="1895"/>
|
||||
<item chance="5233" max="1" min="1" id="4042"/>
|
||||
<item chance="2616" max="1" min="1" id="8732"/>
|
||||
<item chance="654" max="1" min="1" id="8742"/>
|
||||
<item chance="65" max="1" min="1" id="8752"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user