Proper Hardin default html.

This commit is contained in:
MobiusDev 2016-12-28 18:24:28 +00:00
parent 9ffa9d022f
commit e344c6a7ad
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
<html><body>Hardin:<br>
I am sad because my HTML missing.
You're already obtained all the powers.<br>
You don't even have any Chaos Essence for any class. You'll have to go back.<br>
(Only characters who have the Chaos Essence appropriate for their class can select the power of Chaos. Only after using all the Chaos Essence for your main class, can you change your dual class.)
</body></html>

View File

@ -42,7 +42,7 @@ public final class Hardin extends AbstractNpcAI
@Override
public String onFirstTalk(L2Npc npc, L2PcInstance player)
{
String htmltext = "33870-01.html"; // Anybody except Ertheia race TODO: Find HTML
String htmltext = "33870-01.html"; // Anybody except Ertheia race.
if (player.getRace().equals(Race.ERTHEIA))
{
final QuestState st = player.getQuestState(Q10472_WindsOfFateEncroachingShadows.class.getSimpleName());