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);