Skip to content
Snippets Groups Projects
Commit 2253b85d authored by Zoey76's avatar Zoey76
Browse files

BETA: Misc changes.

	* Removes SuppressWarning warning.
parent 935ee499
No related branches found
No related tags found
No related merge requests found
<html><body>We cannot predict exactly when we may be attacked by forces from an enemy castle or fortress. We are constantly on guard, but the tension is making our soldiers nervous... </body></html>
\ No newline at end of file
<html><body>
We cannot predict exactly when we may be attacked by forces from an enemy castle or fortress. We are constantly on guard, but the tension is making our soldiers nervous...
</body></html>
\ No newline at end of file
<html><body><center>You are not authorized to perform that function.</center>
<html><body>
<center>You are not authorized to perform that function.</center>
</body></html>
\ No newline at end of file
<html><body>It is our responsibility as the Supply Department to manage all the supplies used by the fortress garrison. This includes supplies from the castle as well as weapons and armor designed to help increase the soldiers' effectiveness. There are even some very special rewards that can be found here... <br>
<html><body>
It is our responsibility as the Supply Department to manage all the supplies used by the fortress garrison. This includes supplies from the castle as well as weapons and armor designed to help increase the soldiers' effectiveness. There are even some very special rewards that can be found here...<br>
<br>
<center>
<br>
<a action="bypass -h npc_%objectId%_Chat 1">Check fortress security.</a>
......@@ -8,4 +8,5 @@
<a action="bypass -h npc_%objectId%_supplylvl">Check supplies.</a>
<br>
<a action="bypass -h npc_%objectId%_rewards">Check rewards.</a>
</center></body></html>
\ No newline at end of file
</center>
</body></html>
\ No newline at end of file
......@@ -361,7 +361,7 @@ public class Q00194_SevenSignsMammonsContract extends Quest
if (npc.getNpcId() == SIR_GUSTAV_ATHEBALDT)
{
st = player.getQuestState(Q00193_SevenSignsDyingMessage.class.getSimpleName());
htmltext = ((player.getLevel() >= MIN_LEVEL) && (st != null) && (st.isCompleted())) ? "30760-01.htm" : "30760-05.html";
htmltext = ((player.getLevel() >= MIN_LEVEL) && (st != null) && st.isCompleted()) ? "30760-01.htm" : "30760-05.html";
}
break;
}
......
......@@ -219,7 +219,6 @@ public class Q00197_SevenSignsTheSacredBookOfSeal extends Quest
}
@Override
@SuppressWarnings("null")
public String onTalk(L2Npc npc, L2PcInstance player)
{
QuestState st = player.getQuestState(getName());
......@@ -240,7 +239,7 @@ public class Q00197_SevenSignsTheSacredBookOfSeal extends Quest
{
if (npc.getNpcId() == WOOD)
{
// st = player.getQuestState(Q00196_SevenSignsSealOfTheEmperor.class.getSimpleName()); // TODO: Un-comment when quest is committed.
st = player.getQuestState("Q00196_SevenSignsSealOfTheEmperor");
htmltext = ((player.getLevel() >= MIN_LEVEL) && (st != null) && (st.isCompleted())) ? "32593-01.htm" : "32593-05.html";
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment