Addition of 76 to 85 quests.

Contributed by Dmitri.
This commit is contained in:
MobiusDevelopment
2019-11-15 22:36:31 +00:00
parent 8c38079f62
commit 62c251d831
110 changed files with 2468 additions and 221 deletions

View File

@@ -759,6 +759,7 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="is_questitem" val="true" />
</item>
<item id="80676" name="Ketra Order" type="EtcItem">
<!-- An order sent secretly to the Ketra Orcs. It may be why some of the Ketra Orcs have come to the Orc Barracks. Gather and take them to Reclous the Hermit. -->
@@ -770,6 +771,7 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="is_questitem" val="true" />
</item>
<item id="80677" name="Scroll of Escape: Tarti" type="EtcItem">
<!-- Teleports you to Tarti. -->
@@ -862,6 +864,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="39485" level="1" /> <!-- Scroll of Escape: Reclous -->
</skills>
</item>
<item id="80683" name="Sword Breaker" additionalName="For Apprentice Adventurer" type="Weapon">
<set name="icon" val="icon.weapon_sword_breaker_i00" />

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
<!-- TODO: Find proper ID - Found 2 Mysterious Wizard in client used by 3 quests -->
<npc id="1033980" displayId="33980" level="99" type="Npc" name="Mysterious Wizard">
<race>HUMAN</race>
<sex>FEMALE</sex>
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="8446" hpRegen="10.5" mp="2355" mpRegen="3.6" />
<speed>
<walk ground="60" />
<run ground="120" />
</speed>
<attack physical="1950.2231755595" magical="1331.5869440987" critical="4" attackSpeed="253" range="40" />
<defence physical="405.85106382979" magical="297.0297029703" />
</stats>
<status attackable="false" />
<skillList>
<skill id="4416" level="14" /> <!-- Humans -->
<skill id="4045" level="1" /> <!-- Full Magic Attack Resistance -->
</skillList>
<collision>
<radius normal="10" />
<height normal="23" />
</collision>
</npc>
</list>

View File

@@ -1025,6 +1025,24 @@
<operateType>A1</operateType>
<isMagic>4</isMagic>
<hitTime>200</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<itemConsumeId>80681</itemConsumeId> <!-- Scroll of Escape: Pio -->
<itemConsumeCount>1</itemConsumeCount>
<conditions>
<condition name="OpAlignment">
<affectType>CASTER</affectType>
<alignment>LAWFUL</alignment>
</condition>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>-85049</x>
<y>105814</y>
<z>-3592</z>
</effect>
</effects>
</skill>
<skill id="39486" toLevel="4" name="Elite Monster Reward Box">
<!-- This Skill has no description -->