Various script improvements.

Contributed by NightBR.
This commit is contained in:
MobiusDevelopment
2019-04-15 17:54:01 +00:00
parent 90ca2cc7e8
commit 6972b74a10
34 changed files with 97 additions and 34 deletions

View File

@@ -195,12 +195,15 @@ public abstract class LetterQuest extends Quest
{
player.teleToLocation(_startTeleport);
takeItems(player, _startSOE, -1);
qs.setCond(2, true);
}
}
player.sendPacket(TutorialCloseHtml.STATIC_PACKET);
player.clearHtmlActions(HtmlActionScope.TUTORIAL_HTML);
}
if ((qs != null) && qs.isCond(1))
{
qs.setCond(2, true);
}
}
@RegisterEvent(EventType.ON_PLAYER_LEVEL_CHANGED)