Fixed boxes, enchant, quest level requirements add proper R110 life stones.

Contributed by gamelike85.
This commit is contained in:
MobiusDevelopment
2019-09-15 23:19:56 +00:00
parent 8128c3bb5e
commit ca72e15e6d
9 changed files with 65 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest
private static final int SCROLL_OF_ESCAPE_KARTIAS_LABYRINTH = 39497;
// Misc
private static final int MIN_LEVEL = 85;
private static final int MAX_LEVEL = 97;
private static final int MAX_LEVEL = 99;
public Q00564_BasicMissionKartiasLabyrinthSolo()
{

View File

@@ -41,8 +41,8 @@ public class Q10446_HitAndRun extends Quest
// Monster
private static final int NARVA_ORC_PREFECT = 23322;
// Item
private static final int ETERNAL_ENHANCEMENT_STONE = 35569;
private static final int ELMORE_SUPPORT_BOX = 37020;
private static final int SUPERIOR_GIANTS_CODEX = 30297;
private static final int ELMORE_RARE_BOX = 48940;
// Misc
private static final int MIN_LEVEL = 99;
private static final String KILL_COUNT_VAR = "KillCounts";
@@ -84,8 +84,8 @@ public class Q10446_HitAndRun extends Quest
{
if (qs.isCond(2))
{
giveItems(player, ETERNAL_ENHANCEMENT_STONE, 1);
giveItems(player, ELMORE_SUPPORT_BOX, 1);
giveItems(player, SUPERIOR_GIANTS_CODEX, 1);
giveItems(player, ELMORE_RARE_BOX, 1);
qs.exitQuest(false, true);
htmltext = event;
}

View File

@@ -68,7 +68,7 @@ public class Q10560_WayOfWanderingKnight extends Quest
private static final int ELEMENTARY_SEED_BRACELET = 48072;
// Misc
private static final int MIN_LEVEL = 85;
private static final int MAX_LEVEL = 97;
private static final int MAX_LEVEL = 99;
public Q10560_WayOfWanderingKnight()
{

View File

@@ -46,7 +46,7 @@ public class Q10561_AcrossTheDeathLine extends Quest
private static final int TALISMAN_DESTRUCTION = 34985;
// Misc
private static final int MIN_LEVEL = 85;
private static final int MAX_LEVEL = 97;
private static final int MAX_LEVEL = 99;
public Q10561_AcrossTheDeathLine()
{

View File

@@ -44,7 +44,7 @@ public class Q10562_TakeUpArms extends Quest
private static final int EMERALD = 38880;
// Misc
private static final int MIN_LEVEL = 85;
private static final int MAX_LEVEL = 97;
private static final int MAX_LEVEL = 99;
public Q10562_TakeUpArms()
{