Respawn rework and various changes.

This commit is contained in:
MobiusDev
2018-03-31 16:36:49 +00:00
parent 41e19cc19e
commit 10b722829a
282 changed files with 866 additions and 1807 deletions

View File

@@ -570,7 +570,7 @@ public class SagasSuperClass extends QuestJython
@Override
public String onTalk(L2NpcInstance npc, L2PcInstance talker)
{
String htmltext = "<html><body>You are either not on a quest that involves this NPC, or you don't meet this NPC's minimum quest requirements.</body></html>";
String htmltext = "<html><body>You are either not on a quest that involves this NPC, or you don't meet this NPCs minimum quest requirements.</body></html>";
QuestState st = talker.getQuestState(qn);
if (st != null)
{