Sync with L2JServer Jan 9th 2015.

This commit is contained in:
mobius
2015-01-09 19:55:02 +00:00
parent 9c9b0aaff7
commit 4c2db62a63
618 changed files with 19803 additions and 7853 deletions

View File

@@ -1211,7 +1211,7 @@
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<mul stat="mAtkSpd" val="0.5">
<mul stat="mAtkSpd" val="0.7">
<not>
<using kind="MAGIC" />
</not>

View File

@@ -1033,6 +1033,7 @@
</skill>
<skill id="246" levels="1" name="Seal of Ruler">
<!-- Confirmed CT2.5 -->
<!-- Not Used Anymore -->
<set name="castRange" val="85" />
<set name="effectRange" val="400" />
<set name="hitTime" val="180000" />
@@ -1048,7 +1049,9 @@
<player canTakeCastle="true" />
</cond>
<for>
<effect name="TakeCastle" />
<effect name="TakeCastle">
<param side="NEUTRAL" />
</effect>
</for>
</skill>
<skill id="247" levels="1" name="Build Headquarters">

View File

@@ -240,14 +240,15 @@
<skill id="14625" levels="1" name="Release of Power">
<!-- AUTO GENERATED SKILL -->
<!-- Shares power with the target. -->
<set name="icon" val="icon.skill1042" />
<set name="operateType" val="A2" />
<set name="targetType" val="SELF" />
<set name="castRange" val="900" />
<set name="effectRange" val="1400" />
<set name="hitTime" val="10000" />
<set name="reuseDelay" val="30000" />
<set name="isMagic" val="1" />
<set name="icon" val="icon.skill1042" />
<set name="isDebuff" val="false" />
<set name="isMagic" val="1" />
<set name="operateType" val="A2" />
<set name="reuseDelay" val="30000" />
<set name="targetType" val="ONE" />
</skill>
<skill id="14626" levels="1" name="Mental Attack Resistance">
<!-- AUTO GENERATED SKILL -->

View File

@@ -1,14 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="14700" levels="1" name="Maximum Defense">
<!-- AUTO GENERATED SKILL -->
<!-- For 1 minute, increases one's own P. Atk. by 25%, M. Atk. by 50%, P. Def. by 1800, M. Def. by 1620, HP recovery speed by 300, MP recovery speed by 300%, and Buff-canceling Attack Resistance by 80%. -->
<set name="icon" val="icon.skill0110" />
<set name="operateType" val="A2" />
<set name="targetType" val="SELF" />
<!-- TO BE CONFIRMED -->
<set name="abnormalLvl" val="1" />
<set name="abnormalTime" val="60" />
<set name="abnormalType" val="ULTIMATE_BUFF" />
<set name="castRange" val="900" />
<set name="effectPoint" val="268" />
<set name="hitTime" val="700" />
<set name="isDebuff" val="false" />
<set name="icon" val="icon.skill0110" />
<set name="magicLvl" val="85" />
<set name="mpConsume" val="25" />
<set name="operateType" val="A2" />
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="pAtk" val="1.25" />
<mul stat="mAtk" val="1.5" />
<add stat="pDef" val="1800" />
<add stat="regHp" val="300" />
<mul stat="regMp" val="3" />
<mul stat="cancelVuln" val="0.2" />
</effect>
</for>
</skill>
<skill id="14701" levels="1" name="Brutal Agony">
<!-- AUTO GENERATED SKILL -->
@@ -300,15 +315,25 @@
<set name="isDebuff" val="false" />
</skill>
<skill id="14736" levels="1" name="Light Heal">
<!-- AUTO GENERATED SKILL -->
<!-- Restores the target's HP with 1488 Power. Once HP is filled, the remaining effect stores CP. -->
<set name="icon" val="icon.skill11755" />
<set name="operateType" val="A1" />
<set name="targetType" val="SELF" />
<!-- TO BE CONFIRMED -->
<set name="castRange" val="600" />
<set name="effectRange" val="1400" />
<set name="effectPoint" val="1825" />
<set name="hitTime" val="500" />
<set name="isMagic" val="1" /> <!-- Magic Skill -->
<set name="magicLvl" val="85" />
<set name="mpConsume" val="0" />
<set name="mpInitialConsume" val="0" />
<set name="operateType" val="A1" />
<set name="reuseDelay" val="3000" />
<set name="isMagic" val="1" />
<set name="isDebuff" val="false" />
<set name="icon" val="icon.skill11755" />
<set name="targetType" val="ONE" />
<for>
<effect name="HpCpHeal">
<param power="1488" />
</effect>
</for>
</skill>
<skill id="14737" levels="1" name="Seal">
<!-- AUTO GENERATED SKILL -->

View File

@@ -331,95 +331,225 @@
<set name="isDebuff" val="false" />
</skill>
<skill id="19032" levels="1" name="Ability of Light">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: confirm me -->
<!-- Imbued with the Ability of Light. Increases Max CP by 3000 and damage inflicted during PvP by 10%. Effects do not apply when in Chaotic state. Can be used by a Marquis or higher. -->
<set name="icon" val="icon.skill19008" />
<set name="magicLvl" val="1" />
<set name="operateType" val="P" />
<set name="targetType" val="SELF" />
<set name="isDebuff" val="false" />
<cond msgId="113">
<player chaotic="false" />
</cond>
<for>
<effect name="Buff">
<add stat="maxCp" val="3000" />
<mul stat="pvpPhysDmg" val="1.10" />
<mul stat="pvpPhysSkillsDmg" val="1.10" />
<mul stat="pvpMagicalDmg" val="1.10" />
</effect>
</for>
</skill>
<skill id="19033" levels="1" name="Ability of Darkness">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: confirm me -->
<!-- Imbued with the Ability of Darkness. Increases Max CP by 3000 and damage inflicted during PvP by 10%. Can be used by a Marquis or higher. -->
<set name="icon" val="icon.skill19008" />
<set name="magicLvl" val="1" />
<set name="operateType" val="P" />
<set name="targetType" val="SELF" />
<set name="isDebuff" val="false" />
<cond msgId="113">
<player chaotic="false" />
</cond>
<for>
<effect name="Buff">
<add stat="maxCp" val="3000" />
<mul stat="pvpPhysDmg" val="1.10" />
<mul stat="pvpPhysSkillsDmg" val="1.10" />
<mul stat="pvpMagicalDmg" val="1.10" />
</effect>
</for>
</skill>
<skill id="19034" levels="1" name="Imprint of Light">
<!-- AUTO GENERATED SKILL -->
<!-- Engraves the Imprint of Light on the ancient relic that guards the castle. -->
<set name="icon" val="icon.skill0246" />
<set name="operateType" val="A1" />
<set name="targetType" val="SELF" />
<set name="mpConsume" val="50" />
<set name="castRange" val="85" />
<set name="hitTime" val="120000" />
<set name="effectRange" val="400" />
<set name="hitTime" val="180000" />
<set name="icon" val="icon.skill0246" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="30" />
<set name="operateType" val="A1" />
<set name="reuseDelay" val="5000" />
<set name="isDebuff" val="false" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="HOLY" />
<cond>
<player canTakeCastle="true" />
</cond>
<startEffects>
<effect name="TakeCastleStart" />
</startEffects>
<for>
<effect name="TakeCastle">
<param side="LIGHT" />
</effect>
</for>
</skill>
<skill id="19035" levels="1" name="Imprint of Darkness">
<!-- AUTO GENERATED SKILL -->
<!-- Engraves the Imprint of Darkness on the ancient relic that guards the castle. -->
<set name="icon" val="icon.skill0246" />
<set name="operateType" val="A1" />
<set name="targetType" val="SELF" />
<set name="mpConsume" val="50" />
<set name="castRange" val="85" />
<set name="hitTime" val="120000" />
<set name="effectRange" val="400" />
<set name="hitTime" val="180000" />
<set name="icon" val="icon.skill0246" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="30" />
<set name="operateType" val="A1" />
<set name="reuseDelay" val="5000" />
<set name="isDebuff" val="false" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="HOLY" />
<cond>
<player canTakeCastle="true" />
</cond>
<startEffects>
<effect name="TakeCastleStart" />
</startEffects>
<for>
<effect name="TakeCastle">
<param side="DARK" />
</effect>
</for>
</skill>
<skill id="19036" levels="1" name="Blessing of Light">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: Confir me -->
<!-- Acquires 3% additional XP and SP through the blessing of the Guardian of Light. -->
<set name="icon" val="icon.etc_pi_gift_box_i04" />
<set name="operateType" val="A2" />
<set name="targetType" val="SELF" />
<set name="isMagic" val="4" />
<set name="isDebuff" val="false" />
<set name="abnormalTime" val="3600" />
<for>
<effect name="Buff">
<add stat="bonusExp" val="3" />
<add stat="bonusSp" val="3" />
</effect>
</for>
</skill>
<skill id="19037" levels="1" name="Cloak of Radiant Light">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: Confirm me -->
<!-- STR/MEN/DEX/CON/INT/WIT + 3, decreased damage received during PvP by 15%. Ineffective in Chaotic state. -->
<set name="icon" val="icon.vesper_cloack_i00" />
<set name="magicLvl" val="1" />
<set name="operateType" val="P" />
<set name="targetType" val="SELF" />
<set name="isDebuff" val="false" />
<cond msgId="113">
<player chaotic="false" />
</cond>
<for>
<effect name="Buff">
<mul stat="pvpPhysDef" val="1.15" />
<mul stat="pvpMagicalDef" val="1.15" />
<mul stat="pvpPhysSkillsDef" val="1.15" />
<add stat="STR" val="3" />
<add stat="DEX" val="3" />
<add stat="CON" val="3" />
<add stat="INT" val="3" />
<add stat="WIT" val="3" />
<add stat="MEN" val="3" />
<add stat="pDef" val="100.0" />
<add stat="mDef" val="80.0" />
</effect>
</for>
</skill>
<skill id="19038" levels="1" name="Cold Cloak of Darkness">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: Confirm me -->
<!-- STR/MEN/DEX/CON/INT/WIT + 3, decreased damage received during PvP by 15%. -->
<set name="icon" val="icon.vesper_cloack_i00" />
<set name="magicLvl" val="1" />
<set name="operateType" val="P" />
<set name="targetType" val="SELF" />
<set name="isDebuff" val="false" />
<for>
<effect name="Buff">
<mul stat="pvpPhysDef" val="1.15" />
<mul stat="pvpMagicalDef" val="1.15" />
<mul stat="pvpPhysSkillsDef" val="1.15" />
<add stat="STR" val="3" />
<add stat="DEX" val="3" />
<add stat="CON" val="3" />
<add stat="INT" val="3" />
<add stat="WIT" val="3" />
<add stat="MEN" val="3" />
<add stat="pDef" val="100.0" />
<add stat="mDef" val="80.0" />
</effect>
</for>
</skill>
<skill id="19039" levels="1" name="Cloak of Light">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: Confirm me -->
<!-- STR/MEN/DEX/CON/INT/WIT + 2, decreased damage received during PvP by 5%. Ineffective in Chaotic state. -->
<set name="icon" val="icon.vesper_cloack_i00" />
<set name="magicLvl" val="1" />
<set name="operateType" val="P" />
<set name="targetType" val="SELF" />
<set name="isDebuff" val="false" />
<for>
<effect name="Buff">
<mul stat="pvpPhysDef" val="1.05" />
<mul stat="pvpMagicalDef" val="1.05" />
<mul stat="pvpPhysSkillsDef" val="1.05" />
<add stat="STR" val="2" />
<add stat="DEX" val="2" />
<add stat="CON" val="2" />
<add stat="INT" val="2" />
<add stat="WIT" val="2" />
<add stat="MEN" val="2" />
<add stat="pDef" val="50.0" />
<add stat="mDef" val="40.0" />
</effect>
</for>
</skill>
<skill id="19040" levels="1" name="Cloak of Darkness">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: Confirm me -->
<!-- STR/MEN/DEX/CON/INT/WIT + 2, decreased damage received during PvP by 5%. -->
<set name="icon" val="icon.vesper_cloack_i00" />
<set name="magicLvl" val="1" />
<set name="operateType" val="P" />
<set name="targetType" val="SELF" />
<set name="isDebuff" val="false" />
<for>
<effect name="Buff">
<mul stat="pvpPhysDef" val="1.05" />
<mul stat="pvpMagicalDef" val="1.05" />
<mul stat="pvpPhysSkillsDef" val="1.05" />
<add stat="STR" val="2" />
<add stat="DEX" val="2" />
<add stat="CON" val="2" />
<add stat="INT" val="2" />
<add stat="WIT" val="2" />
<add stat="MEN" val="2" />
<add stat="pDef" val="50.0" />
<add stat="mDef" val="40.0" />
</effect>
</for>
</skill>
<skill id="19041" levels="1" name="Escape: Castle">
<!-- AUTO GENERATED SKILL -->
<!-- TODO: Confirm me -->
<!-- Return to Castle. -->
<set name="icon" val="icon.skill0000" />
<set name="operateType" val="A1" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="20000" />
<set name="reuseDelay" val="3600000" />
<set name="isDebuff" val="false" />
<set name="icon" val="icon.skill0000" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="1" />
<set name="operateType" val="A1" />
<set name="reuseDelay" val="1800000" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<cond msgId="113" addName="1">
<and>
<player canEscape="true" />
<not>
<player insideZoneId="10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508" />
</not>
</and>
</cond>
<for>
<effect name="Escape">
<param escapeType="CASTLE" />
</effect>
</for>
</skill>
<skill id="19042" levels="1" name="Blessed Scroll of Escape: Castle">
<!-- AUTO GENERATED SKILL -->