Minor Nomi improvements.

This commit is contained in:
MobiusDev 2015-04-02 03:16:31 +00:00
parent bf2c6f40cc
commit 5c033372d9
4 changed files with 3 additions and 20 deletions

View File

@ -95,18 +95,6 @@ public final class Nomi extends AbstractNpcAI
htmltext = event;
break;
}
case "weakenBreath":
{
if (player.getShilensBreathDebuffLevel() < 3)
{
htmltext = "guide-noBreath.html";
break;
}
player.setShilensBreathDebuffLevel(2);
htmltext = ""; // TODO: Any success html?
break;
}
case "knight":
{
htmltext = applyBuffs(npc, player, KNIGHT.getSkill());

View File

@ -1,6 +1,5 @@
<html>Nomi:<body><br>
The buff you will receive is this, that, and that.<br>
But if your level is 91 or above, you cannot receive it.<br>
<html><body>Nomi:<br>
The buff you will receive is this, that, and that. But if your level is 91 or above, you cannot receive it.<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,4 +0,0 @@
<html>Nomi:<body><br>
I can only weaken Shilen's Breath Lv. 3 or above.<br>
There is nothing I can do for you.
</body></html>

View File

@ -1,3 +1,3 @@
<html>Nomi:<body><br>
<html><body>Nomi:<br>
Characters who are Lv. 91 or above cannot receive Newbie Buffs.
</body></html>