Addition of quest Curse of Undying (11032).

Contributed by Dmitri.
This commit is contained in:
MobiusDevelopment
2019-11-06 00:24:00 +00:00
parent 820fd47246
commit a263eb5641
15 changed files with 341 additions and 39 deletions

View File

@@ -706,6 +706,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="39480" level="1" /> <!-- Scroll of Escape: Tarti -->
</skills>
</item>
<item id="80678" name="Scroll of Escape: Silvan" type="EtcItem">
<!-- Teleports you to Silvan. -->
@@ -718,6 +722,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="39481" level="1" /> <!-- Scroll of Escape: Silvan -->
</skills>
</item>
<item id="80679" name="Scroll of Escape: Kallesin" type="EtcItem">
<!-- Teleports you to Kallesin. -->

View File

@@ -898,11 +898,47 @@
<operateType>A1</operateType>
<isMagic>4</isMagic>
<hitTime>200</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<itemConsumeId>80677</itemConsumeId> <!-- Scroll of Escape: Tarti -->
<itemConsumeCount>1</itemConsumeCount>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-14180</x>
<y>123840</y>
<z>-3120</z>
</effect>
</effects>
</skill>
<skill id="39481" toLevel="1" name="Scroll of Escape: Silvan">
<operateType>A1</operateType>
<isMagic>4</isMagic>
<hitTime>200</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<itemConsumeId>80678</itemConsumeId> <!-- Scroll of Escape: Silvan -->
<itemConsumeCount>1</itemConsumeCount>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-19353</x>
<y>136854</y>
<z>-3760</z>
</effect>
</effects>
</skill>
<skill id="39482" toLevel="1" name="Scroll of Escape: Kallesin">
<operateType>A1</operateType>