10051006100710081009101010111012
{ _log.warning("missing html page data/scripts/quests/255_Tutorial/" + html); text = "<html><body>File data/scripts/quests/255_Tutorial/" + html + " not found or file is empty.</body></html>"; } getPlayer().sendPacket(new TutorialShowHtml(text)); text = null; }
1374813749137501375113752137531375413755137561375713758
text = text.replace("%Word%", output); } } L2PcInstance.this.sendPacket(new TutorialShowHtml(text)); if(_taskKickBot == null) { _stopKickBotTask = false; _taskKickBot = ThreadPoolManager.getInstance().scheduleGeneral(new kickBot(), 10);
967968969970971972973
String text = Files.read("data/scripts/quests/_255_Tutorial/" + html, player); if(text == null || text.equalsIgnoreCase("")) { text = "<html><body>File data/scripts/quests/_255_Tutorial/" + html + " not found or file is empty.</body></html>"; } player.sendPacket(new TutorialShowHtml(text)); }
1047104810491050105110521053
String text = html; if (type == 1) { text = HtmCache.getInstance().getNotNull("quests/_255_Tutorial/" + html, player); } player.sendPacket(new TutorialShowHtml(text, type)); }
4344454647484950515253545556
{ final int itemId = item.getItemId(); switch (itemId) { case 32777: playable.getPlayer().sendPacket(new TutorialShowHtml(TutorialShowHtml.GUIDE_ADVENTURER, 0x02)); break; case 32778: playable.getPlayer().sendPacket(new TutorialShowHtml(TutorialShowHtml.GUIDE_AWAKING, 0x02)); break; default: return false; } return true;