mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Implemented XML templates
This commit is contained in:
49
data/templates/npc/monster/21286-Buffalo.xml
Normal file
49
data/templates/npc/monster/21286-Buffalo.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21286" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Buffalo</name>
|
||||
<level>70</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>9794</experience>
|
||||
<sp>971</sp>
|
||||
<collision heigth="31.0" radius="22.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2748" min="1351" id="57"/>
|
||||
<item chance="201781" max="1" min="1" id="1868"/>
|
||||
<item chance="40356" max="1" min="1" id="1873"/>
|
||||
<item chance="227705" max="1" min="1" id="1889"/>
|
||||
<item chance="6726" max="1" min="1" id="1889"/>
|
||||
<item chance="3363" max="1" min="1" id="4044"/>
|
||||
<item chance="37" max="1" min="1" id="5440"/>
|
||||
<item chance="2959" max="1" min="1" id="5496"/>
|
||||
<item chance="2959" max="1" min="1" id="5497"/>
|
||||
<item chance="2959" max="1" min="1" id="5508"/>
|
||||
<item chance="2959" max="1" min="1" id="5509"/>
|
||||
<item chance="341557" max="1" min="1" id="5549"/>
|
||||
<item chance="10089" max="1" min="1" id="5549"/>
|
||||
<item chance="73029" max="1" min="1" id="6343"/>
|
||||
<item chance="1121" max="1" min="1" id="8730"/>
|
||||
<item chance="280" max="1" min="1" id="8740"/>
|
||||
<item chance="28" max="1" min="1" id="8750"/>
|
||||
<item chance="5" max="1" min="1" id="8760"/>
|
||||
<item chance="550" max="1" min="1" id="12221"/>
|
||||
<item chance="550" max="1" min="1" id="12224"/>
|
||||
<item chance="550" max="1" min="1" id="12229"/>
|
||||
<item chance="559" max="1" min="1" id="12231"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user