Kekropus Letter (10390) rework.

Contributed by spider.
This commit is contained in:
MobiusDev
2015-09-08 13:03:49 +00:00
parent 624214f7bb
commit 4e2af7c19a
16 changed files with 234 additions and 59 deletions

View File

@@ -173,8 +173,17 @@
<item id="37025" name="Scroll of Escape: Alligator Island" additionalName="" type="EtcItem">
<!-- Teleports you to Alligator Island. -->
<set name="icon" val="icon.etc_scroll_of_return_i03" />
<set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCROLL" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />
<set name="is_stackable" val="true" />
<set name="is_oly_restricted" val="true" />
<set name="handler" val="ItemSkills" />
<set name="item_skill" val="9967-1" />
<cond msgId="113" addName="1">
<player flyMounted="false" />
</cond>
</item>
<item id="37026" name="Scroll of Escape: Outlaw Forest" additionalName="" type="EtcItem">
<!-- Teleports you to Outlaw Forest. -->

View File

@@ -77,7 +77,17 @@
<item id="37112" name="Scroll of Escape: Heine" additionalName="" type="EtcItem">
<!-- Teleports you close to Captain Gosta in Heine. -->
<set name="icon" val="icon.etc_scroll_of_return_i03" />
<set name="weight" val="30" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCROLL" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />
<set name="is_stackable" val="true" />
<set name="is_oly_restricted" val="true" />
<set name="handler" val="ItemSkills" />
<set name="item_skill" val="18003-1" />
<cond msgId="113" addName="1">
<player flyMounted="false" />
</cond>
</item>
<item id="37113" name="Scroll of Escape: Town of Oren" additionalName="" type="EtcItem">
<!-- Teleports you close to Head Blacksmith Flutter in the town of Oren. -->

View File

@@ -523,12 +523,23 @@
<set name="isMagic" val="1" />
</skill>
<skill id="9967" levels="1" name="Scroll of Escape: Alligator Island">
<!-- AUTO GENERATED SKILL -->
<!-- Return to Alligator Island. -->
<set name="icon" val="icon.skill0000" />
<set name="hitTime" val="20000" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="itemConsumeCount" val="1" />
<set name="itemConsumeId" val="37025" />
<set name="magicLvl" val="1" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="1500" />
<cond msgId="113" addName="1">
<player canEscape="true" />
</cond>
<for>
<effect name="Teleport">
<param x="115205" y="191624" z="-3416" />
</effect>
</for>
</skill>
<skill id="9968" levels="1" name="Scroll of Escape: Outlaw Forest">
<!-- AUTO GENERATED SKILL -->

View File

@@ -22,11 +22,22 @@
<set name="hitTime" val="1000" />
</skill>
<skill id="18003" levels="1" name="Scroll of Escape: Heine">
<!-- AUTO GENERATED SKILL -->
<set name="icon" val="icon.skill0000" />
<set name="hitTime" val="20000" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="itemConsumeCount" val="1" />
<set name="itemConsumeId" val="37112" />
<set name="magicLvl" val="1" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="1000" />
<cond msgId="113" addName="1">
<player canEscape="true" />
</cond>
<for>
<effect name="Teleport">
<param x="108431" y="221567" z="-3598" />
</effect>
</for>
</skill>
<skill id="18004" levels="1" name="Scroll of Escape: Valley of Saints">
<!-- AUTO GENERATED SKILL -->