Proper Hardin default html.
This commit is contained in:
parent
9ffa9d022f
commit
e344c6a7ad
@ -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>
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user