mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
30
data/templates/npc/raidboss/25273-Carnamakos.xml
Normal file
30
data/templates/npc/raidboss/25273-Carnamakos.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25273" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Carnamakos</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>50</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="73.9338965895966" max="213145.164737758"/>
|
||||
<mp regen="2.1" max="747.8"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="857.79693"/>
|
||||
<magical speed="333.0" damage="196.05673"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="600.71532"/>
|
||||
<magical value="293.06"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>3551193</experience>
|
||||
<sp>422350</sp>
|
||||
<collision heigth="46.38" radius="35.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="680000" max="3" min="1" id="8176"/>
|
||||
<item chance="770000" max="5" min="2" id="9817"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user