Ashen Shadow Revolutionaries instance.
Contributed by Liamxroy.
This commit is contained in:
@@ -1397,6 +1397,7 @@
|
||||
<item id="46371" name="Ashen Certificate" type="EtcItem">
|
||||
<!-- Certificate of the Revolutionaries that Refugee Neti has requested. -->
|
||||
<set name="icon" val="icon.etc_scroll_gray_i00" />
|
||||
<set name="is_questitem" val="true" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@@ -1411,6 +1412,7 @@
|
||||
<item id="46372" name="Revolutionaries' Strategic Map Piece" type="EtcItem">
|
||||
<!-- Part of the map that shows the strategy of the Ashen Shadow Revolutionaries. If you've collected them all, take them to Sir Klaus Vasper. -->
|
||||
<set name="icon" val="icon.etc_piece_of_paper_gray_i00" />
|
||||
<set name="is_questitem" val="true" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@@ -1425,6 +1427,7 @@
|
||||
<item id="46373" name="Transport Goods" type="EtcItem">
|
||||
<!-- Goods that Blacksmith Kluto has requested from you. If you've collected them all, take them to Blacksmith Kluto. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i03" />
|
||||
<set name="is_questitem" val="true" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@@ -1439,6 +1442,7 @@
|
||||
<item id="46374" name="Destroyed Mark Fragment" type="EtcItem">
|
||||
<!-- Proof that you've completed that Yuyuria has requested from you. If you've collected them all, take them to Wanderer Yuyuria. -->
|
||||
<set name="icon" val="icon.etc_broken_crystal_silver_i00" />
|
||||
<set name="is_questitem" val="true" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
@@ -1462,7 +1466,11 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="18496" level="1" /> <!-- Gludin Hero's Reward Box -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46376" name="Shadow Weapon Coupon" type="EtcItem">
|
||||
<!-- Coupon you can trade in for a Shadow Weapon. -->
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
</stats>
|
||||
<status attackable="false" undying="false" />
|
||||
<skill_list>
|
||||
<skill id="4416" level="16" /> <!-- Dark Elves -->
|
||||
<skill id="4416" level="16" /> <!-- Dark Elfs -->
|
||||
<skill id="23452" level="1" /> <!-- (Protection of Faith) -->
|
||||
<skill id="23451" level="1" /> <!-- (Final Ultimate Defense) -->
|
||||
<skill id="23449" level="1" /> <!-- (Gust Blade) -->
|
||||
@@ -1130,7 +1130,7 @@
|
||||
</stats>
|
||||
<status attackable="false" undying="false" />
|
||||
<skill_list>
|
||||
<skill id="4416" level="16" /> <!-- Dark Elves -->
|
||||
<skill id="4416" level="16" /> <!-- Dark Elfs -->
|
||||
<skill id="23452" level="2" /> <!-- (Protection of Faith) -->
|
||||
<skill id="23451" level="2" /> <!-- (Final Ultimate Defense) -->
|
||||
<skill id="23449" level="2" /> <!-- (Gust Blade) -->
|
||||
|
||||
@@ -1,19 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/npcs.xsd">
|
||||
<npc id="19600" level="101" type="L2Monster" name="Flower Bud">
|
||||
<!-- GUESSED BASED OTHER NPC's in AREA - FIXME -->
|
||||
<race>PLANT</race>
|
||||
<acquire exp="37812025" sp="90748" />
|
||||
<stats str="70" int="28" dex="40" wit="65" con="74" men="20">
|
||||
<vitals hp="58233" hpRegen="11.5" mp="24308" mpRegen="3.9" />
|
||||
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
||||
<vitals hp="170278" hpRegen="11.5" mp="24690" mpRegen="3.9" />
|
||||
<attack physical="30955" magical="12921" random="50" critical="4" accuracy="91" attackSpeed="253" type="SWORD" range="40" distance="80" width="120" />
|
||||
<defence physical="4524" magical="1888" />
|
||||
<attribute>
|
||||
<defence fire="150" water="200" wind="200" earth="200" holy="200" dark="200" />
|
||||
<attack type="EARTH" value="280" />
|
||||
</attribute>
|
||||
<speed>
|
||||
<walk ground="60" />
|
||||
<run ground="180" />
|
||||
</speed>
|
||||
<attack physical="7606.89031824671" magical="1021.122892374432" critical="4" attackSpeed="253" range="40" type="SWORD" distance="80" width="120" random="10" accuracy="5" />
|
||||
<defence physical="948.680184461517" magical="950.138334234944" />
|
||||
</stats>
|
||||
<status attackable="true" />
|
||||
<skill_list>
|
||||
<skill id="4416" level="5" /> <!-- Plants -->
|
||||
<skill id="5465" level="1" /> <!-- Earth Attack -->
|
||||
@@ -27,20 +29,17 @@
|
||||
<item id="57" min="6507" max="15209" chance="30" /> <!-- Adena -->
|
||||
<item id="36530" min="1" max="1" chance="0.075" /> <!-- Exquisite Fiber -->
|
||||
<item id="35473" min="1" max="1" chance="0.03" /> <!-- Recipe: Eternal Circlet (60%) -->
|
||||
<item id="39629" min="1" max="1" chance="0.01" /> <!-- Fortune Bag - Stage 1 --> <!-- Lucky Drop -->
|
||||
</drop>
|
||||
<spoil>
|
||||
<item id="36565" min="1" max="1" chance="0.03" /> <!-- Exquisite Synthetic Cokes -->
|
||||
</spoil>
|
||||
<lucky_drop>
|
||||
<item id="39629" min="1" max="1" chance="100" /> <!-- Fortune Pocket - Stage 1 -->
|
||||
<item id="39629" min="1" max="1" chance="100" /> <!-- Fortune Bag - Stage 1 --> <!-- Lucky Drop -->
|
||||
</lucky_drop>
|
||||
</drop_lists>
|
||||
</npc>
|
||||
<npc id="19601" level="85" type="L2Npc" name="">
|
||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
||||
<race>HUMAN</race>
|
||||
<sex>FEMALE</sex>
|
||||
<race>ETC</race>
|
||||
<stats str="70" int="28" dex="40" wit="65" con="74" men="20">
|
||||
<vitals hp="58233" hpRegen="7.5" mp="24308" mpRegen="2.7" />
|
||||
<speed>
|
||||
@@ -48,27 +47,25 @@
|
||||
<run ground="1" />
|
||||
</speed>
|
||||
</stats>
|
||||
<status attackable="false" />
|
||||
<status attackable="false" talkable="false" targetable="false"/>
|
||||
<collision>
|
||||
<radius normal="0.1" />
|
||||
<height normal="0.1" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="19602" level="85" type="L2Npc" name="">
|
||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
||||
<race>HUMAN</race>
|
||||
<sex>FEMALE</sex>
|
||||
<race>ETC</race>
|
||||
<stats str="70" int="28" dex="40" wit="65" con="74" men="20">
|
||||
<vitals hp="2444" hpRegen="7.5" mp="1345" mpRegen="2.7" />
|
||||
<vitals hp="58233" hpRegen="7.5" mp="24308" mpRegen="2.7" />
|
||||
<speed>
|
||||
<walk ground="1" />
|
||||
<run ground="1" />
|
||||
</speed>
|
||||
</stats>
|
||||
<status attackable="false" />
|
||||
<status attackable="false" talkable="false" targetable="false"/>
|
||||
<collision>
|
||||
<radius normal="19" />
|
||||
<height normal="13" />
|
||||
<radius normal="0.1" />
|
||||
<height normal="0.1" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="19603" level="85" type="L2Npc" name="">
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,6 @@
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="34102" level="85" type="L2Npc" name="Transport Goods">
|
||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
||||
<race>HUMAN</race>
|
||||
<sex>FEMALE</sex>
|
||||
<stats str="70" int="28" dex="40" wit="65" con="74" men="20">
|
||||
@@ -55,17 +54,14 @@
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="34103" level="85" type="L2Monster" name="Revolutionaries' Altar">
|
||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
||||
<race>HUMAN</race>
|
||||
<sex>FEMALE</sex>
|
||||
<stats str="70" int="28" dex="40" wit="65" con="74" men="20">
|
||||
<race>ETC</race>
|
||||
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
||||
<vitals hp="10" hpRegen="7.5" mp="2355" mpRegen="2.7" />
|
||||
<speed>
|
||||
<walk ground="50" />
|
||||
<run ground="120" />
|
||||
</speed>
|
||||
</stats>
|
||||
<status attackable="false" />
|
||||
<collision>
|
||||
<radius normal="46" />
|
||||
<height normal="72.5" />
|
||||
|
||||
@@ -1621,7 +1621,7 @@
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>99</magicLvl>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>3600</abnormalTime>
|
||||
<abnormalTime>7200</abnormalTime>
|
||||
<isDebuff>true</isDebuff>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
|
||||
@@ -1218,9 +1218,136 @@
|
||||
<reuseDelay>30000</reuseDelay>
|
||||
</skill>
|
||||
<skill id="18496" toLevel="1" name="Gludin Hero's Reward Box">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>500</hitTime>
|
||||
<coolTime>500</coolTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>46375</itemConsumeId> <!-- Gludin Hero's Reward Box -->
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>10</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="RestorationRandom">
|
||||
<items>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35342" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35342" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35339" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35349" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35340" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35341" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35352" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35338" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35345" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35348" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35347" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35344" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35346" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35343" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35353" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35354" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35351" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35350" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35311" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35308" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35318" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35309" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35310" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35321" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35307" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35314" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35317" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35316" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35313" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35315" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35312" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35322" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35323" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35320" count="1" />
|
||||
</item>
|
||||
<item chance="2.941176470588235">
|
||||
<item id="35319" count="1" />
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18497" toLevel="1" name="Fish Gift Box">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
||||
Reference in New Issue
Block a user