Adventurer guide Helios update.
Contributed by gamelike85.
This commit is contained in:
parent
54b4a3f79b
commit
935b111428
@ -115,7 +115,7 @@ public final class AdventurersGuide extends AbstractNpcAI
|
|||||||
|
|
||||||
private String applyBuffs(L2Npc npc, L2PcInstance player, Skill skill)
|
private String applyBuffs(L2Npc npc, L2PcInstance player, Skill skill)
|
||||||
{
|
{
|
||||||
if (player.getLevel() > 90)
|
if (player.getLevel() > 94)
|
||||||
{
|
{
|
||||||
return "guide-noBuffs.html";
|
return "guide-noBuffs.html";
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<html><body>
|
<html><body>
|
||||||
I can offer you the following buffs, if you're below Lv. 91.<br>
|
I can offer you the following buffs, if you're below Lv. 95.<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user