Addition of some Scroll of Escape items.
Contributed by robikbobik.
This commit is contained in:
parent
c5d1fe00f6
commit
9c1f4c6324
@ -480,11 +480,19 @@
|
||||
<!-- Teleports to Vollodos in Dark Elf Village. -->
|
||||
<set name="icon" val="icon.etc_scroll_of_return_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="STEEL" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="30" />
|
||||
<set name="price" val="35000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SCROLL_OTHER" />
|
||||
<cond addName="1" msgId="113">
|
||||
<player flyMounted="false" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="51383" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91649" name="Scroll of Escape: Plundered Graves" type="EtcItem">
|
||||
<!-- Teleports to Uska in the Orc Village. -->
|
||||
@ -500,11 +508,19 @@
|
||||
<!-- Teleports to Gerald in Dwarven Village. -->
|
||||
<set name="icon" val="icon.etc_scroll_of_return_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="STEEL" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="30" />
|
||||
<set name="price" val="35000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SCROLL_OTHER" />
|
||||
<cond addName="1" msgId="113">
|
||||
<player flyMounted="false" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="51385" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91651" name="Scroll of Escape: Captain Bathis" type="EtcItem">
|
||||
<!-- Teleports to Captain Bathis in Giran Castle. -->
|
||||
|
@ -494,7 +494,29 @@
|
||||
</skill>
|
||||
<skill id="51383" toLevel="1" name="Scroll of Escape: Cleaning-up the Grounds">
|
||||
<!-- A magical scroll that relocates you to Vollodos in Dark Elf Village. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91648</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>11878</x>
|
||||
<y>15763</y>
|
||||
<z>-4552</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="51384" toLevel="1" name="Scroll of Escape: Plundered Graves">
|
||||
<!-- A magical scroll that relocates you to Uska in Orc Barracks. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
||||
@ -502,7 +524,29 @@
|
||||
</skill>
|
||||
<skill id="51385" toLevel="1" name="Scroll of Escape: Dangerous Predators">
|
||||
<!-- A magical scroll that relocates you to Gerald in Dwarven Village. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<hitTime>500</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91648</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>115160</x>
|
||||
<y>-177295</y>
|
||||
<z>-864</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="51386" toLevel="1" name="Scroll of Escape: Captain Bathis">
|
||||
<!-- A magical scroll that relocates you to the Captain Bathis in Gludio. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
|
Loading…
Reference in New Issue
Block a user