Separated the Classic Datapack to it's own folder.
This commit is contained in:
@ -154,7 +154,7 @@ public class QuestLink implements IBypassHandler
|
||||
* Open a quest window on client with the text of the L2NpcInstance.<br>
|
||||
* <b><u>Actions</u>:</b><br>
|
||||
* <ul>
|
||||
* <li>Get the text of the quest state in the folder data/scripts/quests/questId/stateId.htm</li>
|
||||
* <li>Get the text of the quest state in the folder scripts/quests/questId/stateId.htm</li>
|
||||
* <li>Send a Server->Client NpcHtmlMessage containing the text of the L2NpcInstance to the L2PcInstance</li>
|
||||
* <li>Send a Server->Client ActionFailed to the L2PcInstance in order to avoid that the client wait another packet</li>
|
||||
* </ul>
|
||||
@ -187,7 +187,7 @@ public class QuestLink implements IBypassHandler
|
||||
if (player.getAllActiveQuests().length > 40)
|
||||
{
|
||||
final NpcHtmlMessage html = new NpcHtmlMessage(npc.getObjectId());
|
||||
html.setFile(player.getHtmlPrefix(), "data/html/fullquest.html");
|
||||
html.setFile(player.getHtmlPrefix(), "html/fullquest.html");
|
||||
player.sendPacket(html);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user