Adventurer guide buff level requirement.

This commit is contained in:
MobiusDev 2019-03-04 18:55:58 +00:00
parent 48db3bd048
commit 700a30e974
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
<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>

View File

@ -1,3 +1,3 @@
<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>

View File

@ -54,7 +54,7 @@ public final class AdventurersGuide extends AbstractNpcAI
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
};
// Misc
private static int MAX_LEVEL_BUFFS = 94;
private static int MAX_LEVEL_BUFFS = 99;
private static int MIN_LEVEL_PROTECTION = 40;
private AdventurersGuide()

View File

@ -1,5 +1,5 @@
<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>
Guitar Melody / Harp Melody / Lute Melody<br1>
Prevailing Sonata / Daring Sonata / Refreshing Sonata<br1>

View File

@ -1,3 +1,3 @@
<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>