Addition of Scroll of Escape Herphah and Joachim.
This commit is contained in:
@@ -748,9 +748,13 @@
|
||||
<set name="weight" val="30" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="true" />
|
||||
<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="39535" level="1" /> <!-- Scroll of Escape: Herphah -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="80858" name="Scroll of Escape: Joachim" type="EtcItem">
|
||||
<!-- Teleports you to where Joachim is. -->
|
||||
@@ -760,9 +764,13 @@
|
||||
<set name="weight" val="30" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="true" />
|
||||
<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="39536" level="1" /> <!-- Scroll of Escape: Joachim -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="80859" name="Blood-thirsty Akamanah Shaper" type="Weapon">
|
||||
<!-- A weapon created from Blood Sword Akamanah. Max HP can be more than 150,000. Its appearance cannot be changed. Cannot be assigned an attribute, crystallized, augmented, enchanted, or enhanced with a soul crystal. <Enhancing>. Take the weapon and Akamanah's Blood to Kaysia in Oren to get a Bloodstained Akamanah weapon. -->
|
||||
|
@@ -512,11 +512,47 @@
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>200</hitTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<itemConsumeId>80857</itemConsumeId> <!-- Scroll of Escape: Herphah -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>146536</x>
|
||||
<y>26824</y>
|
||||
<z>-2207</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39536" toLevel="1" name="Scroll of Escape: Joachim">
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>200</hitTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<itemConsumeId>80858</itemConsumeId> <!-- Scroll of Escape: Joachim -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<conditions>
|
||||
<condition name="OpAlignment">
|
||||
<affectType>CASTER</affectType>
|
||||
<alignment>LAWFUL</alignment>
|
||||
</condition>
|
||||
<condition name="OpCanEscape" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Teleport">
|
||||
<x>146520</x>
|
||||
<y>26744</y>
|
||||
<z>-2207</z>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39537" toLevel="1" name="Zariche's Sealed Box">
|
||||
<operateType>A1</operateType>
|
||||
|
@@ -94,7 +94,7 @@
|
||||
<xs:sequence>
|
||||
<xs:element maxOccurs="unbounded" name="skill">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="id" type="xs:unsignedShort" use="required" />
|
||||
<xs:attribute name="id" type="xs:unsignedInt" use="required" />
|
||||
<xs:attribute name="level" type="xs:unsignedByte" use="required" />
|
||||
<xs:attribute name="type" type="xs:string" use="optional" />
|
||||
<xs:attribute name="type_value" type="xs:unsignedByte" use="optional" />
|
||||
|
Reference in New Issue
Block a user