Proper maximum level for quests 10395 and 10707.
Contributed by Edoo.
This commit is contained in:
parent
8a3f1751ca
commit
1d586ce078
@ -51,7 +51,7 @@ public class Q10395_NotATraitor extends Quest
|
|||||||
private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
|
private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 46;
|
private static final int MIN_LEVEL = 46;
|
||||||
private static final int MAX_LEVEL = 52;
|
private static final int MAX_LEVEL = 56;
|
||||||
|
|
||||||
public Q10395_NotATraitor()
|
public Q10395_NotATraitor()
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ public class Q10707_FlamesOfSorrow extends Quest
|
|||||||
private static final int SP = 756; // Skill Points
|
private static final int SP = 756; // Skill Points
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 46;
|
private static final int MIN_LEVEL = 46;
|
||||||
private static final int MAX_LEVEL = 51;
|
private static final int MAX_LEVEL = 56;
|
||||||
private static final int NPCSTRING_ID = NpcStringId.LV_46_56_FLAMES_OF_SORROW_IN_PROGRESS.getId();
|
private static final int NPCSTRING_ID = NpcStringId.LV_46_56_FLAMES_OF_SORROW_IN_PROGRESS.getId();
|
||||||
private static final NpcStringId[] RANDOM_MSGS =
|
private static final NpcStringId[] RANDOM_MSGS =
|
||||||
{
|
{
|
||||||
|
@ -51,7 +51,7 @@ public class Q10395_NotATraitor extends Quest
|
|||||||
private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
|
private static final int EAC = 952; // Scroll: Enchant Armor (C-grade)
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 46;
|
private static final int MIN_LEVEL = 46;
|
||||||
private static final int MAX_LEVEL = 52;
|
private static final int MAX_LEVEL = 56;
|
||||||
|
|
||||||
public Q10395_NotATraitor()
|
public Q10395_NotATraitor()
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ public class Q10707_FlamesOfSorrow extends Quest
|
|||||||
private static final int SP = 756; // Skill Points
|
private static final int SP = 756; // Skill Points
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 46;
|
private static final int MIN_LEVEL = 46;
|
||||||
private static final int MAX_LEVEL = 51;
|
private static final int MAX_LEVEL = 56;
|
||||||
private static final int NPCSTRING_ID = NpcStringId.LV_46_56_FLAMES_OF_SORROW_IN_PROGRESS.getId();
|
private static final int NPCSTRING_ID = NpcStringId.LV_46_56_FLAMES_OF_SORROW_IN_PROGRESS.getId();
|
||||||
private static final NpcStringId[] RANDOM_MSGS =
|
private static final NpcStringId[] RANDOM_MSGS =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user