From ff713f92e5ea67f5204aed4eb33a89755c6ced37 Mon Sep 17 00:00:00 2001 From: Adry_85 <Adrya85@hotmail.it> Date: Sat, 14 Sep 2013 07:58:09 +0000 Subject: [PATCH] BETA: Fix for quest '''Orc Hunting''' (260). Reported by: JMD Patch by: jurchiks Tested by: JMD --- .../Q00260_OrcHunting/{30221-04.html => 30221-04.htm} | 8 ++++---- .../quests/Q00260_OrcHunting/Q00260_OrcHunting.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/{30221-04.html => 30221-04.htm} (99%) diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/30221-04.html b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/30221-04.htm similarity index 99% rename from L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/30221-04.html rename to L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/30221-04.htm index 5d76e924d8..459feb0cf0 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/30221-04.html +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/30221-04.htm @@ -1,5 +1,5 @@ -<html><body>Sentinel Rayen:<br> -Now go into the Elven Forest and fight the kaboo orcs. But you must keep this in mind. A hierarchy exists within the orcs, and because fighter or leader levels are stronger than lesser orcs, you may be in trouble if you do not take care.<br> -The lesser orcs carry <font color="LEVEL">feather amulets</font>, while the high level orcs wear <font color="LEVEL">necklaces made from bones</font>. Gather these items as proof and bring them to me.<br> -May the goddess guide your blade and arrows! Teach those orcs a stern lesson that they should never even think of setting foot into the Elven Forest! +<html><body>Sentinel Rayen:<br> +Now go into the Elven Forest and fight the kaboo orcs. But you must keep this in mind. A hierarchy exists within the orcs, and because fighter or leader levels are stronger than lesser orcs, you may be in trouble if you do not take care.<br> +The lesser orcs carry <font color="LEVEL">feather amulets</font>, while the high level orcs wear <font color="LEVEL">necklaces made from bones</font>. Gather these items as proof and bring them to me.<br> +May the goddess guide your blade and arrows! Teach those orcs a stern lesson that they should never even think of setting foot into the Elven Forest! </body></html> \ No newline at end of file diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/Q00260_OrcHunting.java b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/Q00260_OrcHunting.java index d2ab648adf..c3673d030e 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/Q00260_OrcHunting.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00260_OrcHunting/Q00260_OrcHunting.java @@ -77,7 +77,7 @@ public final class Q00260_OrcHunting extends Quest switch (event) { - case "30221-04.html": + case "30221-04.htm": { st.startQuest(); htmltext = event; -- GitLab