Adventurer guide buff level requirement.
This commit is contained in:
parent
48db3bd048
commit
700a30e974
@ -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>
|
@ -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>
|
@ -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()
|
||||
|
@ -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>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user