Adventurer guide buff level requirement.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<html><body>
|
<html><body>
|
||||||
Characters who are Lv. 91 or above cannot receive Newbie Buffs.
|
Characters who are Lv. 95 or above cannot receive Newbie Buffs.
|
||||||
</body></html>
|
</body></html>
|
@@ -1,3 +1,3 @@
|
|||||||
<html><body>
|
<html><body>
|
||||||
Characters who are Lv. 91 or above cannot receive Newbie Buffs.
|
Characters who are Lv. 95 or above cannot receive Newbie Buffs.
|
||||||
</body></html>
|
</body></html>
|
@@ -54,7 +54,7 @@ public final class AdventurersGuide extends AbstractNpcAI
|
|||||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||||
};
|
};
|
||||||
// Misc
|
// Misc
|
||||||
private static int MAX_LEVEL_BUFFS = 94;
|
private static int MAX_LEVEL_BUFFS = 99;
|
||||||
private static int MIN_LEVEL_PROTECTION = 40;
|
private static int MIN_LEVEL_PROTECTION = 40;
|
||||||
|
|
||||||
private AdventurersGuide()
|
private AdventurersGuide()
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>
|
<html><body>
|
||||||
I can offer you the following buffs, if you're below Lv. 95.<br>
|
I can offer you the following buffs, if you're below Lv. 100.<br>
|
||||||
Horn Melody / Drum Melody / Pipe Organ Melody<br1>
|
Horn Melody / Drum Melody / Pipe Organ Melody<br1>
|
||||||
Guitar Melody / Harp Melody / Lute Melody<br1>
|
Guitar Melody / Harp Melody / Lute Melody<br1>
|
||||||
Prevailing Sonata / Daring Sonata / Refreshing Sonata<br1>
|
Prevailing Sonata / Daring Sonata / Refreshing Sonata<br1>
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
<html><body>
|
<html><body>
|
||||||
Characters who are Lv. 91 or above cannot receive Newbie Buffs.
|
Characters who are Lv. 100 or above cannot receive Newbie Buffs.
|
||||||
</body></html>
|
</body></html>
|
Reference in New Issue
Block a user