mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/raidboss/25269-BeastLordBehemoth.xml
Normal file
41
data/templates/npc/raidboss/25269-BeastLordBehemoth.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25269" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Beast Lord Behemoth</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>70</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="117.68436242886" max="373386.071242416"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2154.88112"/>
|
||||
<magical speed="333.0" damage="717.40387"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="887.74791"/>
|
||||
<magical value="433.08"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>4596479</experience>
|
||||
<sp>802604</sp>
|
||||
<collision heigth="71.5" radius="46.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="49107" max="1" min="1" id="6326"/>
|
||||
<item chance="65498" max="1" min="1" id="6327"/>
|
||||
<item chance="98215" max="1" min="1" id="6328"/>
|
||||
<item chance="68599" max="243" min="81" id="6342"/>
|
||||
<item chance="179792" max="60" min="20" id="6344"/>
|
||||
<item chance="285214" max="84" min="28" id="6346"/>
|
||||
<item chance="21288" max="1" min="1" id="289"/>
|
||||
<item chance="252231" max="36" min="12" id="5534"/>
|
||||
<item chance="596190" max="3" min="1" id="730"/>
|
||||
<item chance="63594" max="1" min="1" id="6578"/>
|
||||
<item chance="810000" max="7" min="3" id="9817"/>
|
||||
<item chance="810000" max="4" min="1" id="8176"/>
|
||||
<item chance="520000" max="1" min="1" id="8619"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user