Addition of various Scroll of Escape and Box items.

Contributed by override.
This commit is contained in:
MobiusDev 2019-03-06 04:29:06 +00:00
parent ec38c853c7
commit 33f935e710
40 changed files with 1788 additions and 10 deletions

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39554" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -654,18 +654,88 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17945" toLevel="1" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: The Cemetary"> <skill id="18000" toLevel="1" name="Scroll of Escape: The Cemetary">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>
@ -1271,6 +1290,9 @@
<magicLvl>85</magicLvl> <magicLvl>85</magicLvl>
<magicCriticalRate>5</magicCriticalRate> <magicCriticalRate>5</magicCriticalRate>
<effects> <effects>
<effect name="TalismanSlot">
<slots>6</slots>
</effect>
<effect name="StatUp"> <effect name="StatUp">
<amount>5</amount> <amount>5</amount>
<stat>CHA</stat> <stat>CHA</stat>
@ -1282,11 +1304,37 @@
<operateType>A1</operateType> <operateType>A1</operateType>
<hitTime>200</hitTime> <hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay> <reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40049</itemConsumeId> <!-- Scroll: 1,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>1000</sp>
</effect>
</effects>
</skill> </skill>
<skill id="18099" toLevel="1" name="Scroll: 10,000 SP"> <skill id="18099" toLevel="1" name="Scroll: 10,000 SP">
<!-- Instantly boosts 10,000 SP. --> <!-- Instantly boosts 10,000 SP. -->
<operateType>A1</operateType> <operateType>A1</operateType>
<hitTime>200</hitTime> <hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay> <reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40050</itemConsumeId> <!-- Scroll: 10,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>10000</sp>
</effect>
</effects>
</skill> </skill>
</list> </list>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Blazing Swamp Teleport"> <skill id="18220" toLevel="1" name="Blazing Swamp Teleport">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39554" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -660,18 +660,88 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17945" toLevel="1" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: The Cemetary"> <skill id="18000" toLevel="1" name="Scroll of Escape: The Cemetary">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>
@ -1271,6 +1290,9 @@
<magicLvl>85</magicLvl> <magicLvl>85</magicLvl>
<magicCriticalRate>5</magicCriticalRate> <magicCriticalRate>5</magicCriticalRate>
<effects> <effects>
<effect name="TalismanSlot">
<slots>6</slots>
</effect>
<effect name="StatUp"> <effect name="StatUp">
<amount>5</amount> <amount>5</amount>
<stat>CHA</stat> <stat>CHA</stat>
@ -1282,11 +1304,37 @@
<operateType>A1</operateType> <operateType>A1</operateType>
<hitTime>200</hitTime> <hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay> <reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40049</itemConsumeId> <!-- Scroll: 1,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>1000</sp>
</effect>
</effects>
</skill> </skill>
<skill id="18099" toLevel="1" name="Scroll: 10,000 SP"> <skill id="18099" toLevel="1" name="Scroll: 10,000 SP">
<!-- Instantly boosts 10,000 SP. --> <!-- Instantly boosts 10,000 SP. -->
<operateType>A1</operateType> <operateType>A1</operateType>
<hitTime>200</hitTime> <hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay> <reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40050</itemConsumeId> <!-- Scroll: 10,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>10000</sp>
</effect>
</effects>
</skill> </skill>
</list> </list>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Blazing Swamp Teleport"> <skill id="18220" toLevel="1" name="Blazing Swamp Teleport">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem"> <item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem">
<!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. --> <!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -1123,6 +1123,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem"> <item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem">
<!-- Teleports to Nerupa in the Arms of Timiniel. --> <!-- Teleports to Nerupa in the Arms of Timiniel. -->
@ -1134,6 +1138,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem"> <item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem">
<!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. --> <!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. -->
@ -1145,6 +1153,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17991" level="1" /> <!-- Scroll of Escape: Harnak Underground Ruins -->
</skills>
</item> </item>
<item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem"> <item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem">
<!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. --> <!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. -->
@ -1156,6 +1168,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17989" level="1" /> <!-- Scroll of Escape: Bloody Swampland -->
</skills>
</item> </item>
<item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem"> <item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem">
<!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. --> <!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. -->
@ -1167,6 +1183,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17992" level="1" /> <!-- Scroll of Escape: Kartia's Labyrinth -->
</skills>
</item> </item>
<item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem"> <item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem">
<!-- Teleports to Hesed in the Isle of Souls. --> <!-- Teleports to Hesed in the Isle of Souls. -->
@ -1178,6 +1198,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17997" level="1" /> <!-- Scroll of Escape: Isle of Souls -->
</skills>
</item> </item>
<item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem"> <item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem">
<!-- Teleports to the Seal of Shilen. --> <!-- Teleports to the Seal of Shilen. -->
@ -1189,6 +1213,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17999" level="1" /> <!-- Scroll of Escape: Seal of Shilen -->
</skills>
</item> </item>
<item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem"> <item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem">
<!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. --> <!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. -->
@ -1200,6 +1228,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18124" level="1" /> <!-- Scroll of Escape: Pagan Temple -->
</skills>
</item> </item>
<item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem"> <item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem">
<!-- Teleports to the Cemetery. --> <!-- Teleports to the Cemetery. -->
@ -1211,6 +1243,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18000" level="1" /> <!-- Scroll of Escape: Cemetery -->
</skills>
</item> </item>
<item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem"> <item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem">
<!-- Teleports to the Blazing Swamp. --> <!-- Teleports to the Blazing Swamp. -->
@ -1222,6 +1258,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18220" level="1" /> <!-- Scroll of Escape: Blazing Swamp -->
</skills>
</item> </item>
<item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem"> <item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1235,6 +1275,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46864" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Helmet -->
<item id="46865" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Breastplate -->
<item id="46866" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gaiters -->
<item id="46867" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gauntlets -->
<item id="46868" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Boots -->
<item id="46869" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shield -->
</capsuled_items>
</item> </item>
<item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem"> <item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1248,6 +1297,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46870" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Helmet -->
<item id="46871" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Armor -->
<item id="46872" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Leggings -->
<item id="46873" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Gloves -->
<item id="46874" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem"> <item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1261,6 +1318,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46875" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Circle -->
<item id="46876" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Tunic -->
<item id="46877" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Stockings -->
<item id="46878" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gloves -->
<item id="46879" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shoes -->
<item id="46880" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem"> <item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1274,6 +1340,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46881" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Necklace -->
<item id="46882" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46883" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46884" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
<item id="46885" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1286,6 +1360,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46898" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Breastplate -->
<item id="46899" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gaiters -->
<item id="46897" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Helmet -->
<item id="46900" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gauntlets -->
<item id="46901" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Boots -->
</capsuled_items>
</item> </item>
<item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1298,6 +1380,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46904" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Armor -->
<item id="46905" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Leggings -->
<item id="46903" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Helmet -->
<item id="46906" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Gloves -->
<item id="46907" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem"> <item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1310,6 +1400,15 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46909" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Tunic -->
<item id="46910" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Stockings -->
<item id="46908" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Circlet -->
<item id="46911" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gloves -->
<item id="46912" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Shoes -->
<item id="46913" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem"> <item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1322,6 +1421,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46914" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Necklace -->
<item id="46915" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46916" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46917" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
<item id="46918" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem"> <item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Specter Dualsword which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Specter Dualsword which can be equipped from Lv. 85 upwards. -->

View File

@ -660,18 +660,100 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Scroll of Escape: Arms of Timiniel"> <skill id="17945" toLevel="2" name="Escape - Hunter's Village Teleport">
<!-- Teleports to the Hunter's Village. --> <!-- Teleports to the Hunter's Village. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
<value level="2">47054</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
<effect name="Teleport" level="2">
<x>214496</x>
<y>79703</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Arms of Timiniel"> <skill id="17946" toLevel="2" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
<value level="2">47055</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
<effect name="Teleport" level="2">
<x>215628</x>
<y>79977</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery"> <skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>
@ -1260,11 +1279,37 @@
<operateType>A1</operateType> <operateType>A1</operateType>
<hitTime>200</hitTime> <hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay> <reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40049</itemConsumeId> <!-- Scroll: 1,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>1000</sp>
</effect>
</effects>
</skill> </skill>
<skill id="18099" toLevel="1" name="Scroll: 10,000 SP"> <skill id="18099" toLevel="1" name="Scroll: 10,000 SP">
<!-- Instantly boosts 10,000 SP. --> <!-- Instantly boosts 10,000 SP. -->
<operateType>A1</operateType> <operateType>A1</operateType>
<hitTime>200</hitTime> <hitTime>200</hitTime>
<reuseDelay>3000</reuseDelay> <reuseDelay>3000</reuseDelay>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>40050</itemConsumeId> <!-- Scroll: 10,000 SP -->
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="GiveSp">
<sp>10000</sp>
</effect>
</effects>
</skill> </skill>
</list> </list>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp"> <skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem"> <item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem">
<!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. --> <!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -1123,6 +1123,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem"> <item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem">
<!-- Teleports to Nerupa in the Arms of Timiniel. --> <!-- Teleports to Nerupa in the Arms of Timiniel. -->
@ -1134,6 +1138,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem"> <item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem">
<!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. --> <!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. -->
@ -1145,6 +1153,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17991" level="1" /> <!-- Scroll of Escape: Harnak Underground Ruins -->
</skills>
</item> </item>
<item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem"> <item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem">
<!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. --> <!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. -->
@ -1156,6 +1168,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17989" level="1" /> <!-- Scroll of Escape: Bloody Swampland -->
</skills>
</item> </item>
<item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem"> <item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem">
<!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. --> <!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. -->
@ -1167,6 +1183,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17992" level="1" /> <!-- Scroll of Escape: Kartia's Labyrinth -->
</skills>
</item> </item>
<item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem"> <item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem">
<!-- Teleports to Hesed in the Isle of Souls. --> <!-- Teleports to Hesed in the Isle of Souls. -->
@ -1178,6 +1198,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17997" level="1" /> <!-- Scroll of Escape: Isle of Souls -->
</skills>
</item> </item>
<item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem"> <item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem">
<!-- Teleports to the Seal of Shilen. --> <!-- Teleports to the Seal of Shilen. -->
@ -1189,6 +1213,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17999" level="1" /> <!-- Scroll of Escape: Seal of Shilen -->
</skills>
</item> </item>
<item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem"> <item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem">
<!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. --> <!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. -->
@ -1200,6 +1228,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18124" level="1" /> <!-- Scroll of Escape: Pagan Temple -->
</skills>
</item> </item>
<item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem"> <item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem">
<!-- Teleports to the Cemetery. --> <!-- Teleports to the Cemetery. -->
@ -1211,6 +1243,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18000" level="1" /> <!-- Scroll of Escape: Cemetery -->
</skills>
</item> </item>
<item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem"> <item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem">
<!-- Teleports to the Blazing Swamp. --> <!-- Teleports to the Blazing Swamp. -->
@ -1222,6 +1258,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18220" level="1" /> <!-- Scroll of Escape: Blazing Swamp -->
</skills>
</item> </item>
<item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem"> <item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1235,6 +1275,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46864" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Helmet -->
<item id="46865" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Breastplate -->
<item id="46866" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gaiters -->
<item id="46867" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gauntlets -->
<item id="46868" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Boots -->
<item id="46869" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shield -->
</capsuled_items>
</item> </item>
<item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem"> <item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1248,6 +1297,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46870" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Helmet -->
<item id="46871" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Armor -->
<item id="46872" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Leggings -->
<item id="46873" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Gloves -->
<item id="46874" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem"> <item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1261,6 +1318,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46875" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Circle -->
<item id="46876" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Tunic -->
<item id="46877" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Stockings -->
<item id="46878" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gloves -->
<item id="46879" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shoes -->
<item id="46880" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem"> <item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1274,6 +1340,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46881" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Necklace -->
<item id="46882" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46883" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46884" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
<item id="46885" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1286,6 +1360,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46898" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Breastplate -->
<item id="46899" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gaiters -->
<item id="46897" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Helmet -->
<item id="46900" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gauntlets -->
<item id="46901" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Boots -->
</capsuled_items>
</item> </item>
<item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1298,6 +1380,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46904" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Armor -->
<item id="46905" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Leggings -->
<item id="46903" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Helmet -->
<item id="46906" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Gloves -->
<item id="46907" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem"> <item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1310,6 +1400,15 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46909" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Tunic -->
<item id="46910" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Stockings -->
<item id="46908" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Circlet -->
<item id="46911" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gloves -->
<item id="46912" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Shoes -->
<item id="46913" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem"> <item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1322,6 +1421,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46914" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Necklace -->
<item id="46915" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46916" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46917" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
<item id="46918" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem"> <item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Specter Dualsword which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Specter Dualsword which can be equipped from Lv. 85 upwards. -->

View File

@ -660,18 +660,100 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Escape - Hunter's Village Teleport"> <skill id="17945" toLevel="2" name="Escape - Hunter's Village Teleport">
<!-- Teleports to the Hunter's Village. --> <!-- Teleports to the Hunter's Village. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
<value level="2">47054</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
<effect name="Teleport" level="2">
<x>214496</x>
<y>79703</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17946" toLevel="2" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
<value level="2">47055</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
<effect name="Teleport" level="2">
<x>215628</x>
<y>79977</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery"> <skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp"> <skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem"> <item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem">
<!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. --> <!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -1123,6 +1123,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem"> <item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem">
<!-- Teleports to Nerupa in the Arms of Timiniel. --> <!-- Teleports to Nerupa in the Arms of Timiniel. -->
@ -1134,6 +1138,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem"> <item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem">
<!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. --> <!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. -->
@ -1145,6 +1153,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17991" level="1" /> <!-- Scroll of Escape: Harnak Underground Ruins -->
</skills>
</item> </item>
<item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem"> <item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem">
<!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. --> <!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. -->
@ -1156,6 +1168,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17989" level="1" /> <!-- Scroll of Escape: Bloody Swampland -->
</skills>
</item> </item>
<item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem"> <item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem">
<!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. --> <!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. -->
@ -1167,6 +1183,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17992" level="1" /> <!-- Scroll of Escape: Kartia's Labyrinth -->
</skills>
</item> </item>
<item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem"> <item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem">
<!-- Teleports to Hesed in the Isle of Souls. --> <!-- Teleports to Hesed in the Isle of Souls. -->
@ -1178,6 +1198,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17997" level="1" /> <!-- Scroll of Escape: Isle of Souls -->
</skills>
</item> </item>
<item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem"> <item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem">
<!-- Teleports to the Seal of Shilen. --> <!-- Teleports to the Seal of Shilen. -->
@ -1189,6 +1213,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17999" level="1" /> <!-- Scroll of Escape: Seal of Shilen -->
</skills>
</item> </item>
<item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem"> <item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem">
<!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. --> <!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. -->
@ -1200,6 +1228,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18124" level="1" /> <!-- Scroll of Escape: Pagan Temple -->
</skills>
</item> </item>
<item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem"> <item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem">
<!-- Teleports to the Cemetery. --> <!-- Teleports to the Cemetery. -->
@ -1211,6 +1243,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18000" level="1" /> <!-- Scroll of Escape: Cemetery -->
</skills>
</item> </item>
<item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem"> <item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem">
<!-- Teleports to the Blazing Swamp. --> <!-- Teleports to the Blazing Swamp. -->
@ -1222,6 +1258,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18220" level="1" /> <!-- Scroll of Escape: Blazing Swamp -->
</skills>
</item> </item>
<item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem"> <item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1235,6 +1275,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46864" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Helmet -->
<item id="46865" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Breastplate -->
<item id="46866" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gaiters -->
<item id="46867" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gauntlets -->
<item id="46868" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Boots -->
<item id="46869" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shield -->
</capsuled_items>
</item> </item>
<item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem"> <item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1248,6 +1297,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46870" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Helmet -->
<item id="46871" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Armor -->
<item id="46872" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Leggings -->
<item id="46873" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Gloves -->
<item id="46874" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem"> <item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1261,6 +1318,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46875" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Circle -->
<item id="46876" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Tunic -->
<item id="46877" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Stockings -->
<item id="46878" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gloves -->
<item id="46879" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shoes -->
<item id="46880" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem"> <item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1274,6 +1340,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46881" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Necklace -->
<item id="46882" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46883" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46884" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
<item id="46885" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1286,6 +1360,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46898" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Breastplate -->
<item id="46899" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gaiters -->
<item id="46897" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Helmet -->
<item id="46900" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gauntlets -->
<item id="46901" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Boots -->
</capsuled_items>
</item> </item>
<item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1298,6 +1380,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46904" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Armor -->
<item id="46905" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Leggings -->
<item id="46903" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Helmet -->
<item id="46906" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Gloves -->
<item id="46907" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem"> <item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1310,6 +1400,15 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46909" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Tunic -->
<item id="46910" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Stockings -->
<item id="46908" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Circlet -->
<item id="46911" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gloves -->
<item id="46912" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Shoes -->
<item id="46913" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem"> <item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1322,6 +1421,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46914" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Necklace -->
<item id="46915" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46916" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46917" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
<item id="46918" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem"> <item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Specter dual sword which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Specter dual sword which can be equipped from Lv. 85 upwards. -->

View File

@ -660,18 +660,100 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Escape - Hunter's Village Teleport"> <skill id="17945" toLevel="2" name="Escape - Hunter's Village Teleport">
<!-- Teleports to the Hunter's Village. --> <!-- Teleports to the Hunter's Village. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
<value level="2">47054</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
<effect name="Teleport" level="2">
<x>214496</x>
<y>79703</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17946" toLevel="2" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
<value level="2">47055</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
<effect name="Teleport" level="2">
<x>215628</x>
<y>79977</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery"> <skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirr's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp"> <skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem"> <item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem">
<!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. --> <!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -1123,6 +1123,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem"> <item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem">
<!-- Teleports to Nerupa in the Arms of Timiniel. --> <!-- Teleports to Nerupa in the Arms of Timiniel. -->
@ -1134,6 +1138,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem"> <item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem">
<!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. --> <!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. -->
@ -1145,6 +1153,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17991" level="1" /> <!-- Scroll of Escape: Harnak Underground Ruins -->
</skills>
</item> </item>
<item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem"> <item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem">
<!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. --> <!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. -->
@ -1156,6 +1168,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17989" level="1" /> <!-- Scroll of Escape: Bloody Swampland -->
</skills>
</item> </item>
<item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem"> <item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem">
<!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. --> <!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. -->
@ -1167,6 +1183,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17992" level="1" /> <!-- Scroll of Escape: Kartia's Labyrinth -->
</skills>
</item> </item>
<item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem"> <item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem">
<!-- Teleports to Hesed in the Isle of Souls. --> <!-- Teleports to Hesed in the Isle of Souls. -->
@ -1178,6 +1198,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17997" level="1" /> <!-- Scroll of Escape: Isle of Souls -->
</skills>
</item> </item>
<item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem"> <item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem">
<!-- Teleports to the Seal of Shilen. --> <!-- Teleports to the Seal of Shilen. -->
@ -1189,6 +1213,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17999" level="1" /> <!-- Scroll of Escape: Seal of Shilen -->
</skills>
</item> </item>
<item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem"> <item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem">
<!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. --> <!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. -->
@ -1200,6 +1228,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18124" level="1" /> <!-- Scroll of Escape: Pagan Temple -->
</skills>
</item> </item>
<item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem"> <item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem">
<!-- Teleports to the Cemetery. --> <!-- Teleports to the Cemetery. -->
@ -1211,6 +1243,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18000" level="1" /> <!-- Scroll of Escape: Cemetery -->
</skills>
</item> </item>
<item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem"> <item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem">
<!-- Teleports to the Blazing Swamp. --> <!-- Teleports to the Blazing Swamp. -->
@ -1222,6 +1258,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18220" level="1" /> <!-- Scroll of Escape: Blazing Swamp -->
</skills>
</item> </item>
<item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem"> <item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1235,6 +1275,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46864" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Helmet -->
<item id="46865" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Breastplate -->
<item id="46866" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gaiters -->
<item id="46867" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gauntlets -->
<item id="46868" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Boots -->
<item id="46869" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shield -->
</capsuled_items>
</item> </item>
<item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem"> <item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1248,6 +1297,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46870" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Helmet -->
<item id="46871" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Armor -->
<item id="46872" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Leggings -->
<item id="46873" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Gloves -->
<item id="46874" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem"> <item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1261,6 +1318,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46875" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Circle -->
<item id="46876" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Tunic -->
<item id="46877" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Stockings -->
<item id="46878" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gloves -->
<item id="46879" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shoes -->
<item id="46880" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem"> <item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1274,6 +1340,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46881" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Necklace -->
<item id="46882" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46883" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46884" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
<item id="46885" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hr. Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hr. Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1286,6 +1360,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46898" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Breastplate -->
<item id="46899" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gaiters -->
<item id="46897" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Helmet -->
<item id="46900" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gauntlets -->
<item id="46901" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Boots -->
</capsuled_items>
</item> </item>
<item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hr. Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hr. Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1298,6 +1380,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46904" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Armor -->
<item id="46905" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Leggings -->
<item id="46903" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Helmet -->
<item id="46906" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Gloves -->
<item id="46907" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem"> <item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hr. Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hr. Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1310,6 +1400,15 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46909" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Tunic -->
<item id="46910" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Stockings -->
<item id="46908" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Circlet -->
<item id="46911" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gloves -->
<item id="46912" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Shoes -->
<item id="46913" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem"> <item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem">
<!-- Double click to obtain a 4-hr. Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Double click to obtain a 4-hr. Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1322,6 +1421,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46914" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Necklace -->
<item id="46915" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46916" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46917" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
<item id="46918" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem"> <item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double click to obtain a 30-day Specter Dual Sword which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double click to obtain a 30-day Specter Dual Sword which can be equipped from Lv. 85 upwards. -->

View File

@ -654,18 +654,100 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Escape - Hunter's Village Teleport"> <skill id="17945" toLevel="2" name="Escape - Hunter's Village Teleport">
<!-- Teleports to the Hunter's Village. --> <!-- Teleports to the Hunter's Village. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
<value level="2">47054</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
<effect name="Teleport" level="2">
<x>214496</x>
<y>79703</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17946" toLevel="2" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
<value level="2">47055</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
<effect name="Teleport" level="2">
<x>215628</x>
<y>79977</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery"> <skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirra's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirra's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp"> <skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->

View File

@ -827,6 +827,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17944" level="1" /> <!-- Scroll of Escape: Talking Island Village -->
</skills>
</item> </item>
<item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem"> <item id="39554" name="Bard's Scroll of Escape - Hunter's Village" type="EtcItem">
<!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. --> <!-- A scroll of escape received from Miso the Minstrel. Use to teleport to the Hunter's Village, where Magmeld Delegation Leader Lada is. -->
@ -840,6 +845,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="1" /> <!-- Escape - Hunter's Village Teleport -->
</skills>
</item> </item>
<item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem"> <item id="39555" name="Minstrel's Scroll of Escape: Magmeld" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Magmeld. --> <!-- A scroll given as a gift. Takes you to Magmeld. -->
@ -853,6 +863,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="1" /> <!-- Scroll of Escape: Magmeld -->
</skills>
</item> </item>
<item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem"> <item id="39556" name="Minstrel's Scroll of Escape: Town of Rune" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Rune. --> <!-- A scroll given as a gift. Takes you to Town of Rune. -->
@ -866,6 +881,11 @@
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="weight" val="30" /> <set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17947" level="1" /> <!-- Scroll of Escape: Town of Rune -->
</skills>
</item> </item>
<item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem"> <item id="39557" name="Minstrel's Scroll of Escape: Town of Aden" type="EtcItem">
<!-- A scroll given as a gift. Takes you to Town of Aden. --> <!-- A scroll given as a gift. Takes you to Town of Aden. -->
@ -878,6 +898,11 @@
<set name="is_commissionable" val="false" /> <set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_questitem" val="true" /> <set name="is_questitem" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17948" level="1" /> <!-- Scroll of Escape: Town of Aden -->
</skills>
</item> </item>
<item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem"> <item id="39558" name="Low-grade Talisman Ingredient Box" type="EtcItem">
<!-- Not in Use --> <!-- Not in Use -->

View File

@ -1123,6 +1123,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17945" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem"> <item id="47055" name="Scroll of Escape: Arms of Timiniel" type="EtcItem">
<!-- Teleports to Nerupa in the Arms of Timiniel. --> <!-- Teleports to Nerupa in the Arms of Timiniel. -->
@ -1134,6 +1138,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17946" level="2" /> <!-- Scroll of Escape: Arms of Timiniel -->
</skills>
</item> </item>
<item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem"> <item id="47056" name="Scroll of Escape: Harnak Underground Ruins" type="EtcItem">
<!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. --> <!-- Teleports to Hadel, who can send you to the Harnak Underground Ruins. -->
@ -1145,6 +1153,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17991" level="1" /> <!-- Scroll of Escape: Harnak Underground Ruins -->
</skills>
</item> </item>
<item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem"> <item id="47057" name="Scroll of Escape: Bloody Swampland" type="EtcItem">
<!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. --> <!-- Teleports to Vollodos, between the Bloody Swampland and the Altar of Evil. -->
@ -1156,6 +1168,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17989" level="1" /> <!-- Scroll of Escape: Bloody Swampland -->
</skills>
</item> </item>
<item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem"> <item id="47058" name="Scroll of Escape: Kartia's Labyrinth" type="EtcItem">
<!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. --> <!-- Teleports to the Kartia Researcher, who can send you to Kartia's Labyrinth. -->
@ -1167,6 +1183,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17992" level="1" /> <!-- Scroll of Escape: Kartia's Labyrinth -->
</skills>
</item> </item>
<item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem"> <item id="47059" name="Scroll of Escape: Isle of Souls" type="EtcItem">
<!-- Teleports to Hesed in the Isle of Souls. --> <!-- Teleports to Hesed in the Isle of Souls. -->
@ -1178,6 +1198,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17997" level="1" /> <!-- Scroll of Escape: Isle of Souls -->
</skills>
</item> </item>
<item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem"> <item id="47060" name="Scroll of Escape: Seal of Shilen" type="EtcItem">
<!-- Teleports to the Seal of Shilen. --> <!-- Teleports to the Seal of Shilen. -->
@ -1189,6 +1213,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="17999" level="1" /> <!-- Scroll of Escape: Seal of Shilen -->
</skills>
</item> </item>
<item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem"> <item id="47061" name="Scroll of Escape: Pagan Temple" type="EtcItem">
<!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. --> <!-- Teleports to Knight Captain Kargos, who has something to do with entering the Pagan Temple. -->
@ -1200,6 +1228,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18124" level="1" /> <!-- Scroll of Escape: Pagan Temple -->
</skills>
</item> </item>
<item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem"> <item id="47062" name="Scroll of Escape: Cemetery" type="EtcItem">
<!-- Teleports to the Cemetery. --> <!-- Teleports to the Cemetery. -->
@ -1211,6 +1243,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18000" level="1" /> <!-- Scroll of Escape: Cemetery -->
</skills>
</item> </item>
<item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem"> <item id="47063" name="Scroll of Escape: Blazing Swamp" type="EtcItem">
<!-- Teleports to the Blazing Swamp. --> <!-- Teleports to the Blazing Swamp. -->
@ -1222,6 +1258,10 @@
<set name="is_depositable" val="false" /> <set name="is_depositable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="18220" level="1" /> <!-- Scroll of Escape: Blazing Swamp -->
</skills>
</item> </item>
<item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem"> <item id="47064" name="Blessed Paulina's Seraph Heavy Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double-click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double-click to obtain a 30-day Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1235,6 +1275,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46864" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Helmet -->
<item id="46865" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Breastplate -->
<item id="46866" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gaiters -->
<item id="46867" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gauntlets -->
<item id="46868" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Boots -->
<item id="46869" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shield -->
</capsuled_items>
</item> </item>
<item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem"> <item id="47065" name="Blessed Paulina's Seraph Light Armor Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double-click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double-click to obtain a 30-day Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1248,6 +1297,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46870" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Helmet -->
<item id="46871" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Armor -->
<item id="46872" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Leggings -->
<item id="46873" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Gloves -->
<item id="46874" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem"> <item id="47066" name="Blessed Paulina's Seraph Robe Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double-click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double-click to obtain a 30-day Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1261,6 +1318,15 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46875" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Circle -->
<item id="46876" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Tunic -->
<item id="46877" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Stockings -->
<item id="46878" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Gloves -->
<item id="46879" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Shoes -->
<item id="46880" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem"> <item id="47067" name="Blessed Paulina's Seraph Accessory Pack" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double-click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double-click to obtain a 30-day Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1274,6 +1340,14 @@
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46881" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Necklace -->
<item id="46882" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46883" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Earring -->
<item id="46884" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
<item id="46885" min="1" max="1" chance="100" /> <!-- Blessed Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47068" name="PC Cafe - Paulina's Seraph Heavy Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double-click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double-click to obtain a 4-hour Seraph Heavy Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1286,6 +1360,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46898" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Breastplate -->
<item id="46899" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gaiters -->
<item id="46897" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Helmet -->
<item id="46900" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gauntlets -->
<item id="46901" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Boots -->
</capsuled_items>
</item> </item>
<item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem"> <item id="47069" name="PC Cafe - Paulina's Seraph Light Armor Box" additionalName="4-hour" type="EtcItem">
<!-- Double-click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. --> <!-- Double-click to obtain a 4-hour Seraph Light Armor Set which can be equipped from Lv. 85 upwards. -->
@ -1298,6 +1380,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46904" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Armor -->
<item id="46905" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Leggings -->
<item id="46903" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Helmet -->
<item id="46906" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Gloves -->
<item id="46907" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Leather Boots -->
</capsuled_items>
</item> </item>
<item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem"> <item id="47070" name="PC Cafe - Paulina's Seraph Robe Box" additionalName="4-hour" type="EtcItem">
<!-- Double-click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. --> <!-- Double-click to obtain a 4-hour Seraph Robe Set which can be equipped from Lv. 85 upwards. -->
@ -1310,6 +1400,15 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46909" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Tunic -->
<item id="46910" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Stockings -->
<item id="46908" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Circlet -->
<item id="46911" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Gloves -->
<item id="46912" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Shoes -->
<item id="46913" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Sigil -->
</capsuled_items>
</item> </item>
<item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem"> <item id="47071" name="PC Cafe - Paulina's Seraph Accessory Pack" additionalName="4-hour" type="EtcItem">
<!-- Double-click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. --> <!-- Double-click to obtain a 4-hour Seraph Accessory Set which can be equipped from Lv. 85 upwards. -->
@ -1322,6 +1421,14 @@
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="is_private_storeable" val="false" /> <set name="is_private_storeable" val="false" />
<set name="handler" val="ExtractableItems" />
<capsuled_items>
<item id="46914" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Necklace -->
<item id="46915" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46916" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Earring -->
<item id="46917" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
<item id="46918" min="1" max="1" chance="100" /> <!-- PC Cafe - Paulina's Seraph Ring -->
</capsuled_items>
</item> </item>
<item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem"> <item id="47072" name="Blessed Paulina's Specter Dualsword Box" additionalName="30-day" type="EtcItem">
<!-- Dimensional Item. Double-click to obtain a 30-day Specter Dual Sword which can be equipped from Lv. 85 upwards. --> <!-- Dimensional Item. Double-click to obtain a 30-day Specter Dual Sword which can be equipped from Lv. 85 upwards. -->

View File

@ -660,18 +660,100 @@
</skill> </skill>
<skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village"> <skill id="17944" toLevel="1" name="Scroll of Escape: Talking Island Village">
<!-- Teleports you to Talking Island Village. --> <!-- Teleports you to Talking Island Village. -->
<itemConsumeId>39553</itemConsumeId> <!-- Minstrel's Scroll of Escape: Talking Island -->
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-113978</x>
<y>255847</y>
<z>-1504</z>
</effect>
</effects>
</skill> </skill>
<skill id="17945" toLevel="1" name="Escape - Hunter's Village Teleport"> <skill id="17945" toLevel="2" name="Escape - Hunter's Village Teleport">
<!-- Teleports to the Hunter's Village. --> <!-- Teleports to the Hunter's Village. -->
<itemConsumeId>
<value level="1">39554</value> <!-- Bard's Scroll of Escape - Hunter's Village -->
<value level="2">47054</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>116396</x>
<y>76876</y>
<z>-2728</z>
</effect>
<effect name="Teleport" level="2">
<x>214496</x>
<y>79703</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17946" toLevel="1" name="Scroll of Escape: Magmeld"> <skill id="17946" toLevel="2" name="Scroll of Escape: Magmeld">
<!-- Teleports you to Magmeld. --> <!-- Teleports you to Magmeld. -->
<itemConsumeId>
<value level="1">39555</value> <!-- Minstrel's Scroll of Escape: Magmeld -->
<value level="2">47055</value> <!-- Scroll of Escape: Arms of Timiniel -->
</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1500</hitTime> <hitTime>1500</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport" level="1">
<x>207249</x>
<y>87023</y>
<z>-1024</z>
</effect>
<effect name="Teleport" level="2">
<x>215628</x>
<y>79977</y>
<z>824</z>
</effect>
</effects>
</skill> </skill>
<skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune"> <skill id="17947" toLevel="1" name="Scroll of Escape: Town of Rune">
<!-- Teleports you to the Town of Rune. --> <!-- Teleports you to the Town of Rune. -->

View File

@ -1,10 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd"> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery"> <skill id="18000" toLevel="1" name="Scroll of Escape: Cemetery">
<itemConsumeId>47062</itemConsumeId> <!-- Scroll of Escape: Cemetery -->
<itemConsumeCount>1</itemConsumeCount>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType> <targetType>SELF</targetType>
<affectScope>SINGLE</affectScope> <affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>186256</x>
<y>20288</y>
<z>-3376</z>
</effect>
</effects>
</skill> </skill>
<skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress"> <skill id="18001" toLevel="1" name="Scroll of Escape: Guillotine Fortress">
<operateType>A1</operateType> <operateType>A1</operateType>

View File

@ -187,8 +187,29 @@
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
</skill> </skill>
<skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple"> <skill id="18124" toLevel="1" name="Scroll of Escape: Pagan Temple">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47061</itemConsumeId> <!-- Scroll of Escape: Pagan Temple -->
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>40420</x>
<y>-48390</y>
<z>-768</z>
</effect>
</effects>
</skill> </skill>
<skill id="18125" toLevel="1" name="Freya's Frozen Lamp"> <skill id="18125" toLevel="1" name="Freya's Frozen Lamp">
<!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirra's Wish Box, or Snowman's Wish Box. --> <!-- Double-click to obtain a Freya's Wind Scroll and a Freya's Recovery Scroll. You also have a random chance to obtain either Freya's Wish Box, Sirra's Wish Box, or Snowman's Wish Box. -->

View File

@ -165,8 +165,30 @@
<isDebuff>true</isDebuff> <isDebuff>true</isDebuff>
</skill> </skill>
<skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp"> <skill id="18220" toLevel="1" name="Scroll of Escape: Blazing Swamp">
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47063</itemConsumeId> <!-- Scroll of Escape: Blazing Swamp -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime> <hitTime>1000</hitTime>
<isMagic>2</isMagic>
<magicLvl>1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>152713</x>
<y>-15085</y>
<z>-4384</z>
</effect>
</effects>
</skill> </skill>
<skill id="18221" toLevel="1" name="Invincibility"> <skill id="18221" toLevel="1" name="Invincibility">
<!-- Invincible state. --> <!-- Invincible state. -->