Quest 823 correction and addition of missing NPCs in enchanted valley.
Contributed by Edoo.
This commit is contained in:
@@ -1236,8 +1236,10 @@
|
||||
<npc id="23581" x="127488" y="50707" z="-4632" heading="46195" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23581" x="127604" y="52579" z="-4632" heading="17258" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23582" x="124757" y="40661" z="-4352" heading="41885" respawnTime="60sec" /> <!-- Nymph Rose -->
|
||||
<npc id="30747" x="110395" y="41625" z="-4640" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="32570" x="124694" y="62730" z="-3624" heading="49152" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="32570" x="113032" y="48168" z="-4588" heading="57089" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="30747" x="115032" y="47656" z="-4615" heading="22020" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="34233" x="114728" y="48632" z="-4539" heading="45261" respawnTime="60sec" /> <!-- Irene -->
|
||||
<npc id="34234" x="114984" y="48408" z="-4536" heading="28275" respawnTime="60sec" /> <!-- Celestiel -->
|
||||
<npc id="34087" x="111921" y="61693" z="-4576" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
<npc id="34087" x="117697" y="53051" z="-4632" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
</group>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">100 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">400 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">600 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">300 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -53,7 +53,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
private static final int INTERMEDIATE_SUPPLY_BOX = 47179;
|
||||
private static final int ADVANCED_SUPPLY_BOX = 47180;
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 100;
|
||||
private static final int MIN_LEVEL = 102;
|
||||
|
||||
public Q00823_DisappearedRaceNewFairy()
|
||||
{
|
||||
@@ -145,7 +145,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 5:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 100) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -172,7 +172,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 6:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 400) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -199,7 +199,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 7:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 600) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 300) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -321,7 +321,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 2:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 100, 1, true))
|
||||
{
|
||||
qs.setCond(5, true);
|
||||
}
|
||||
@@ -329,7 +329,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 400, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
{
|
||||
qs.setCond(6, true);
|
||||
}
|
||||
@@ -337,7 +337,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 4:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 600, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 300, 1, true))
|
||||
{
|
||||
qs.setCond(7, true);
|
||||
}
|
||||
|
@@ -1236,8 +1236,10 @@
|
||||
<npc id="23581" x="127488" y="50707" z="-4632" heading="46195" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23581" x="127604" y="52579" z="-4632" heading="17258" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23582" x="124757" y="40661" z="-4352" heading="41885" respawnTime="60sec" /> <!-- Nymph Rose -->
|
||||
<npc id="30747" x="110395" y="41625" z="-4640" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="32570" x="124694" y="62730" z="-3624" heading="49152" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="32570" x="113032" y="48168" z="-4588" heading="57089" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="30747" x="115032" y="47656" z="-4615" heading="22020" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="34233" x="114728" y="48632" z="-4539" heading="45261" respawnTime="60sec" /> <!-- Irene -->
|
||||
<npc id="34234" x="114984" y="48408" z="-4536" heading="28275" respawnTime="60sec" /> <!-- Celestiel -->
|
||||
<npc id="34087" x="111921" y="61693" z="-4576" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
<npc id="34087" x="117697" y="53051" z="-4632" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
</group>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">100 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">400 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">600 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">300 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -53,7 +53,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
private static final int INTERMEDIATE_SUPPLY_BOX = 47179;
|
||||
private static final int ADVANCED_SUPPLY_BOX = 47180;
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 100;
|
||||
private static final int MIN_LEVEL = 102;
|
||||
|
||||
public Q00823_DisappearedRaceNewFairy()
|
||||
{
|
||||
@@ -145,7 +145,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 5:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 100) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -172,7 +172,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 6:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 400) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -199,7 +199,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 7:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 600) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 300) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -321,7 +321,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 2:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 100, 1, true))
|
||||
{
|
||||
qs.setCond(5, true);
|
||||
}
|
||||
@@ -329,7 +329,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 400, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
{
|
||||
qs.setCond(6, true);
|
||||
}
|
||||
@@ -337,7 +337,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 4:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 600, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 300, 1, true))
|
||||
{
|
||||
qs.setCond(7, true);
|
||||
}
|
||||
|
@@ -1236,8 +1236,10 @@
|
||||
<npc id="23581" x="127488" y="50707" z="-4632" heading="46195" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23581" x="127604" y="52579" z="-4632" heading="17258" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23582" x="124757" y="40661" z="-4352" heading="41885" respawnTime="60sec" /> <!-- Nymph Rose -->
|
||||
<npc id="30747" x="110395" y="41625" z="-4640" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="32570" x="124694" y="62730" z="-3624" heading="49152" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="32570" x="113032" y="48168" z="-4588" heading="57089" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="30747" x="115032" y="47656" z="-4615" heading="22020" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="34233" x="114728" y="48632" z="-4539" heading="45261" respawnTime="60sec" /> <!-- Irene -->
|
||||
<npc id="34234" x="114984" y="48408" z="-4536" heading="28275" respawnTime="60sec" /> <!-- Celestiel -->
|
||||
<npc id="34087" x="111921" y="61693" z="-4576" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
<npc id="34087" x="117697" y="53051" z="-4632" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
</group>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">100 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">400 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">600 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">300 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -53,7 +53,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
private static final int INTERMEDIATE_SUPPLY_BOX = 47179;
|
||||
private static final int ADVANCED_SUPPLY_BOX = 47180;
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 100;
|
||||
private static final int MIN_LEVEL = 102;
|
||||
|
||||
public Q00823_DisappearedRaceNewFairy()
|
||||
{
|
||||
@@ -145,7 +145,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 5:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 100) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -172,7 +172,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 6:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 400) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -199,7 +199,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 7:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 600) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 300) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -321,7 +321,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 2:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 100, 1, true))
|
||||
{
|
||||
qs.setCond(5, true);
|
||||
}
|
||||
@@ -329,7 +329,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 400, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
{
|
||||
qs.setCond(6, true);
|
||||
}
|
||||
@@ -337,7 +337,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 4:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 600, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 300, 1, true))
|
||||
{
|
||||
qs.setCond(7, true);
|
||||
}
|
||||
|
@@ -1236,8 +1236,10 @@
|
||||
<npc id="23581" x="127488" y="50707" z="-4632" heading="46195" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23581" x="127604" y="52579" z="-4632" heading="17258" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23582" x="124757" y="40661" z="-4352" heading="41885" respawnTime="60sec" /> <!-- Nymph Rose -->
|
||||
<npc id="30747" x="110395" y="41625" z="-4640" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="32570" x="124694" y="62730" z="-3624" heading="49152" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="32570" x="113032" y="48168" z="-4588" heading="57089" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="30747" x="115032" y="47656" z="-4615" heading="22020" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="34233" x="114728" y="48632" z="-4539" heading="45261" respawnTime="60sec" /> <!-- Irene -->
|
||||
<npc id="34234" x="114984" y="48408" z="-4536" heading="28275" respawnTime="60sec" /> <!-- Celestiel -->
|
||||
<npc id="34087" x="111921" y="61693" z="-4576" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
<npc id="34087" x="117697" y="53051" z="-4632" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
</group>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">100 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">400 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">600 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">300 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -53,7 +53,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
private static final int INTERMEDIATE_SUPPLY_BOX = 47179;
|
||||
private static final int ADVANCED_SUPPLY_BOX = 47180;
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 100;
|
||||
private static final int MIN_LEVEL = 102;
|
||||
|
||||
public Q00823_DisappearedRaceNewFairy()
|
||||
{
|
||||
@@ -145,7 +145,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 5:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 100) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -172,7 +172,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 6:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 400) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -199,7 +199,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 7:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 600) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 300) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -321,7 +321,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 2:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 100, 1, true))
|
||||
{
|
||||
qs.setCond(5, true);
|
||||
}
|
||||
@@ -329,7 +329,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 400, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
{
|
||||
qs.setCond(6, true);
|
||||
}
|
||||
@@ -337,7 +337,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 4:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 600, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 300, 1, true))
|
||||
{
|
||||
qs.setCond(7, true);
|
||||
}
|
||||
|
@@ -1058,8 +1058,10 @@
|
||||
<npc id="23581" x="127488" y="50707" z="-4632" heading="46195" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23581" x="127604" y="52579" z="-4632" heading="17258" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23582" x="124757" y="40661" z="-4352" heading="41885" respawnTime="60sec" /> <!-- Nymph Rose -->
|
||||
<npc id="30747" x="110395" y="41625" z="-4640" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="32570" x="124694" y="62730" z="-3624" heading="49152" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="32570" x="113032" y="48168" z="-4588" heading="57089" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="30747" x="115032" y="47656" z="-4615" heading="22020" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="34233" x="114728" y="48632" z="-4539" heading="45261" respawnTime="60sec" /> <!-- Irene -->
|
||||
<npc id="34234" x="114984" y="48408" z="-4536" heading="28275" respawnTime="60sec" /> <!-- Celestiel -->
|
||||
<npc id="34087" x="111921" y="61693" z="-4576" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
<npc id="34087" x="117697" y="53051" z="-4632" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
</group>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">100 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">400 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">200 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Fairy Mimyu:<br>
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">600 Mutated Spirit's Souls</font>.
|
||||
Go to the <font color="LEVEL">Garden of Spirits</font> and defeat all type monsters until you collect <font color="LEVEL">300 Mutated Spirit's Souls</font>.
|
||||
</body></html>
|
@@ -53,7 +53,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
private static final int INTERMEDIATE_SUPPLY_BOX = 47179;
|
||||
private static final int ADVANCED_SUPPLY_BOX = 47180;
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 100;
|
||||
private static final int MIN_LEVEL = 102;
|
||||
|
||||
public Q00823_DisappearedRaceNewFairy()
|
||||
{
|
||||
@@ -145,7 +145,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 5:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 100) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -172,7 +172,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 6:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 400) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 200) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -199,7 +199,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 7:
|
||||
{
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 600) && (player.getLevel() >= MIN_LEVEL))
|
||||
if ((getQuestItemsCount(player, NYMPH_STAMEN) == 300) && (player.getLevel() >= MIN_LEVEL))
|
||||
{
|
||||
if (chance < 2)
|
||||
{
|
||||
@@ -321,7 +321,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
{
|
||||
case 2:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 100, 1, true))
|
||||
{
|
||||
qs.setCond(5, true);
|
||||
}
|
||||
@@ -329,7 +329,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 400, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 200, 1, true))
|
||||
{
|
||||
qs.setCond(6, true);
|
||||
}
|
||||
@@ -337,7 +337,7 @@ public class Q00823_DisappearedRaceNewFairy extends Quest
|
||||
}
|
||||
case 4:
|
||||
{
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 600, 1, true))
|
||||
if (giveItemRandomly(player, npc, NYMPH_STAMEN, 1, 300, 1, true))
|
||||
{
|
||||
qs.setCond(7, true);
|
||||
}
|
||||
|
@@ -1058,8 +1058,10 @@
|
||||
<npc id="23581" x="127488" y="50707" z="-4632" heading="46195" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23581" x="127604" y="52579" z="-4632" heading="17258" respawnTime="60sec" /> <!-- Apherus -->
|
||||
<npc id="23582" x="124757" y="40661" z="-4352" heading="41885" respawnTime="60sec" /> <!-- Nymph Rose -->
|
||||
<npc id="30747" x="110395" y="41625" z="-4640" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="32570" x="124694" y="62730" z="-3624" heading="49152" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="32570" x="113032" y="48168" z="-4588" heading="57089" respawnTime="60sec" /> <!-- Eric -->
|
||||
<npc id="30747" x="115032" y="47656" z="-4615" heading="22020" respawnTime="60sec" /> <!-- Mimyu -->
|
||||
<npc id="34233" x="114728" y="48632" z="-4539" heading="45261" respawnTime="60sec" /> <!-- Irene -->
|
||||
<npc id="34234" x="114984" y="48408" z="-4536" heading="28275" respawnTime="60sec" /> <!-- Celestiel -->
|
||||
<npc id="34087" x="111921" y="61693" z="-4576" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
<npc id="34087" x="117697" y="53051" z="-4632" respawnTime="60sec" /> <!-- Herb Collector -->
|
||||
</group>
|
||||
|
Reference in New Issue
Block a user