mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
42
data/templates/npc/monster/22750-EliteBgurent.xml
Normal file
42
data/templates/npc/monster/22750-EliteBgurent.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22750" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Elite Bgurent</name>
|
||||
<title send="false">Bistakon</title>
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="187.260794107867" max="111546.700057767"/>
|
||||
<mp regen="3.0" max="1846.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="11740.1012"/>
|
||||
<magical speed="333.0" damage="8513.53763"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="578.86102"/>
|
||||
<magical value="635.37806"/>
|
||||
</defense>
|
||||
<move walk="56.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1209443</experience>
|
||||
<sp>121549</sp>
|
||||
<collision heigth="40.5" radius="23.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="170369" min="84507" id="57"/>
|
||||
<item chance="241100" max="1" min="1" id="9628"/>
|
||||
<item chance="156600" max="1" min="1" id="9630"/>
|
||||
<item chance="153400" max="6" min="2" id="4040"/>
|
||||
<item chance="83400" max="1" min="1" id="16160"/>
|
||||
<item chance="50300" max="214" min="76" id="1895"/>
|
||||
<item chance="13600" max="1" min="1" id="15634"/>
|
||||
<item chance="13600" max="1" min="1" id="15636"/>
|
||||
<item chance="18600" max="1" min="1" id="16161"/>
|
||||
<item chance="13600" max="1" min="1" id="15635"/>
|
||||
<item chance="6900" max="1" min="1" id="9554"/>
|
||||
<item chance="1300" max="1" min="1" id="15817"/>
|
||||
<item chance="1300" max="1" min="1" id="15815"/>
|
||||
<item chance="1300" max="1" min="1" id="15816"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user