Ashen Shadow Revolutionaries instance.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev
2018-04-03 16:44:01 +00:00
parent 8627cddf29
commit 90584ad186
278 changed files with 13397 additions and 1422 deletions

View File

@@ -1396,6 +1396,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" />
@@ -1410,6 +1411,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" />
@@ -1424,6 +1426,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" />
@@ -1438,6 +1441,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" />
@@ -1461,7 +1465,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. -->

View File

@@ -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) -->

View File

@@ -4,7 +4,7 @@
<race>PLANT</race>
<acquire exp="37812025" sp="90748" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="58233" hpRegen="11.5" mp="24308" mpRegen="3.9" />
<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>
@@ -39,9 +39,7 @@
</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>
@@ -49,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="">
@@ -586,6 +582,7 @@
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>HUMAN</race>
<sex>FEMALE</sex>
<equipment rhand="15302" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="436754" hpRegen="7.5" mp="24308" mpRegen="2.7" />
<speed>

File diff suppressed because it is too large Load Diff

View File

@@ -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" />

View File

@@ -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>

View File

@@ -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 -->