Addition of some quest related items.
Contributed by robikbobik.
This commit is contained in:
parent
1806d6ab64
commit
cb98e043cb
@ -458,23 +458,37 @@
|
||||
</item>
|
||||
<item id="91646" name="Scroll of Escape: Unbearable Wolves' Howling" type="EtcItem">
|
||||
<!-- Teleports to Jackson in the Talking Island Village. -->
|
||||
<set name="icon" val="icon.etc_scroll_of_return_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="STEEL" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="30" />
|
||||
<set name="price" val="35000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SCROLL_OTHER" />
|
||||
<cond addName="1" msgId="113">
|
||||
<player flyMounted="false" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="51381" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91647" name="Scroll of Escape: Troubled Forest" type="EtcItem">
|
||||
<!-- Teleports to Herbiel in Elven Village. -->
|
||||
<set name="icon" val="icon.etc_scroll_of_return_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="STEEL" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="30" />
|
||||
<set name="price" val="35000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SCROLL_OTHER" />
|
||||
<cond addName="1" msgId="113">
|
||||
<player flyMounted="false" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="51382" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91648" name="Scroll of Escape: Cleaning-up the Grounds" type="EtcItem">
|
||||
<!-- Teleports to Vollodos in Dark Elf Village. -->
|
||||
|
@ -305,7 +305,7 @@
|
||||
<player flyMounted="false" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="50154" level="1" />
|
||||
<skill id="51386" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91920" name="Scroll: Magic Break" type="EtcItem">
|
||||
|
@ -380,7 +380,7 @@
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91917</itemConsumeId>
|
||||
<itemConsumeId>91651</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
@ -406,7 +406,7 @@
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91917</itemConsumeId>
|
||||
<itemConsumeId>91918</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
|
@ -486,11 +486,55 @@
|
||||
</skill>
|
||||
<skill id="51381" toLevel="1" name="Scroll of Escape: Unbearable Wolves' Howling">
|
||||
<!-- Magical scroll that relocates you to Jackson in Talking Island Village. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91646</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>-86519</x>
|
||||
<y>242915</y>
|
||||
<z>-3721</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="51382" toLevel="1" name="Scroll of Escape: Troubled Forest">
|
||||
<!-- A magical scroll that relocates you to Herbiel in Elven Village. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91647</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>42783</x>
|
||||
<y>50245</y>
|
||||
<z>-2983</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="51383" toLevel="1" name="Scroll of Escape: Cleaning-up the Grounds">
|
||||
<!-- A magical scroll that relocates you to Vollodos in Dark Elf Village. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
@ -572,7 +616,29 @@
|
||||
</skill>
|
||||
<skill id="51386" toLevel="1" name="Scroll of Escape: Captain Bathis">
|
||||
<!-- A magical scroll that relocates you to the Captain Bathis in Gludio. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91919</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>-14524</x>
|
||||
<y>121123</y>
|
||||
<z>-2996</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="51387" toLevel="5" name="Adventurer's Mark">
|
||||
<!-- The effect of Adventurer's Mark Lv. $s1: HP Recovery Bonus +$s2, MP Recovery Bonus +$s3. -->
|
||||
|
Loading…
Reference in New Issue
Block a user