mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RiftInvader" id="21780" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Messenger Invader Magus</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.925" max="3107.6436594"/>
|
||||
<mp regen="3.1518" max="1883.736"/>
|
||||
<attack critical="8" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1033.124"/>
|
||||
<magical speed="333.0" damage="740.57728"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="380.23713"/>
|
||||
<magical value="268.30468"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="165.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>24116</experience>
|
||||
<sp>2871</sp>
|
||||
<collision heigth="42.0" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="277" max="1" min="1" id="959"/>
|
||||
<item chance="243319" max="1" min="1" id="1894"/>
|
||||
<item chance="115576" max="1" min="1" id="4042"/>
|
||||
<item chance="700000" max="6979" min="3419" id="57"/>
|
||||
<item chance="43" max="1" min="1" id="6326"/>
|
||||
<item chance="57" max="1" min="1" id="6327"/>
|
||||
<item chance="85" max="1" min="1" id="6328"/>
|
||||
<item chance="9667" max="1" min="1" id="6342"/>
|
||||
<item chance="6256" max="1" min="1" id="6344"/>
|
||||
<item chance="13894" max="1" min="1" id="6346"/>
|
||||
<item chance="12" max="1" min="1" id="959"/>
|
||||
<item chance="189664" max="3" min="1" id="1867"/>
|
||||
<item chance="126443" max="3" min="1" id="1872"/>
|
||||
<item chance="63221" max="1" min="1" id="1882"/>
|
||||
<item chance="9982" max="1" min="1" id="1894"/>
|
||||
<item chance="4742" max="1" min="1" id="4042"/>
|
||||
<item chance="2371" max="1" min="1" id="8732"/>
|
||||
<item chance="593" max="1" min="1" id="8742"/>
|
||||
<item chance="59" max="1" min="1" id="8752"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user