Captain Andrei:
Huh? Kekropus sent you here again, then. Good! Let me cut to the chase. We just received a report from Lugonnes, one of the Giant's Minions. Apparently a clone of a monster called Sakum is heading right for the Ketra Orc Outpost. Are you at all familiar with Sakum?
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm b/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
index c981e50171..87c7613be3 100644
--- a/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
+++ b/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
@@ -1,4 +1,4 @@
Captain Andrei:
What?! You're the one who defeated Sakum in the Wasteland? I'm sorry that I didn't recognize a hero like you. I guess Kekropus trusted you for a reason! You're something of a legend around here.
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm b/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
index 526480c704..2ee62a0b27 100644
--- a/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
+++ b/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
@@ -1,4 +1,4 @@
Giant's Minion Lugonnes:
Well met! Kekropus sent word of your visit, saying that you defeated Sakum in the Wasteland. After that, this should be no trouble for you at all... Well, maybe a little.
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java b/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
index f3ea146f17..d82b98f469 100644
--- a/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
+++ b/L2J_Mobius_Ertheia/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
@@ -53,7 +53,7 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
addSeeCreatureId(INVISIBLE_NPC);
setIsErtheiaQuest(false);
setLevel(MIN_LEVEL, MAX_LEVEL);
- setStartQuestSound("Npcdialog1.kekrops_quest_9");
+ setStartQuestSound("Npcdialog1.kekrops_quest_10");
setStartLocation(SOE_TOWN_OF_GODDARD, TELEPORT_LOC);
registerQuestItems(SOE_TOWN_OF_GODDARD, SOE_KETRA_ORC_OUTPOST);
}
@@ -70,12 +70,12 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
String htmltext = null;
switch (event)
{
- case "31292-02.html":
+ case "31292-02.htm":
{
htmltext = event;
break;
}
- case "31292-03.html":
+ case "31292-03.htm":
{
if (qs.isCond(1))
{
@@ -86,7 +86,7 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
}
break;
}
- case "33852-02.html":
+ case "33852-02.htm":
{
if (qs.isCond(2))
{
@@ -121,11 +121,11 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
{
if ((npc.getId() == ANDREI) && st.isCond(1))
{
- htmltext = "31292-01.html";
+ htmltext = "31292-01.htm";
}
else if (st.isCond(2))
{
- htmltext = npc.getId() == ANDREI ? "31292-04.html" : "33852-01.html";
+ htmltext = npc.getId() == ANDREI ? "31292-04.htm" : "33852-01.htm";
}
}
return htmltext;
diff --git a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm
index 9c6761e924..0873910305 100644
--- a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm
+++ b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm
@@ -1,4 +1,4 @@
Captain Andrei:
Huh? Kekropus sent you here again, then. Good! Let me cut to the chase. We just received a report from Lugonnes, one of the Giant's Minions. Apparently a clone of a monster called Sakum is heading right for the Ketra Orc Outpost. Are you at all familiar with Sakum?
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
index c981e50171..87c7613be3 100644
--- a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
+++ b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
@@ -1,4 +1,4 @@
Captain Andrei:
What?! You're the one who defeated Sakum in the Wasteland? I'm sorry that I didn't recognize a hero like you. I guess Kekropus trusted you for a reason! You're something of a legend around here.
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
index 526480c704..2ee62a0b27 100644
--- a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
+++ b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
@@ -1,4 +1,4 @@
Giant's Minion Lugonnes:
Well met! Kekropus sent word of your visit, saying that you defeated Sakum in the Wasteland. After that, this should be no trouble for you at all... Well, maybe a little.
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
index f3ea146f17..d82b98f469 100644
--- a/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
+++ b/L2J_Mobius_Helios/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
@@ -53,7 +53,7 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
addSeeCreatureId(INVISIBLE_NPC);
setIsErtheiaQuest(false);
setLevel(MIN_LEVEL, MAX_LEVEL);
- setStartQuestSound("Npcdialog1.kekrops_quest_9");
+ setStartQuestSound("Npcdialog1.kekrops_quest_10");
setStartLocation(SOE_TOWN_OF_GODDARD, TELEPORT_LOC);
registerQuestItems(SOE_TOWN_OF_GODDARD, SOE_KETRA_ORC_OUTPOST);
}
@@ -70,12 +70,12 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
String htmltext = null;
switch (event)
{
- case "31292-02.html":
+ case "31292-02.htm":
{
htmltext = event;
break;
}
- case "31292-03.html":
+ case "31292-03.htm":
{
if (qs.isCond(1))
{
@@ -86,7 +86,7 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
}
break;
}
- case "33852-02.html":
+ case "33852-02.htm":
{
if (qs.isCond(2))
{
@@ -121,11 +121,11 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
{
if ((npc.getId() == ANDREI) && st.isCond(1))
{
- htmltext = "31292-01.html";
+ htmltext = "31292-01.htm";
}
else if (st.isCond(2))
{
- htmltext = npc.getId() == ANDREI ? "31292-04.html" : "33852-01.html";
+ htmltext = npc.getId() == ANDREI ? "31292-04.htm" : "33852-01.htm";
}
}
return htmltext;
diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm
index 9c6761e924..0873910305 100644
--- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm
+++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-01.htm
@@ -1,4 +1,4 @@
Captain Andrei:
Huh? Kekropus sent you here again, then. Good! Let me cut to the chase. We just received a report from Lugonnes, one of the Giant's Minions. Apparently a clone of a monster called Sakum is heading right for the Ketra Orc Outpost. Are you at all familiar with Sakum?
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
index c981e50171..87c7613be3 100644
--- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
+++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/31292-02.htm
@@ -1,4 +1,4 @@
Captain Andrei:
What?! You're the one who defeated Sakum in the Wasteland? I'm sorry that I didn't recognize a hero like you. I guess Kekropus trusted you for a reason! You're something of a legend around here.
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
index 526480c704..2ee62a0b27 100644
--- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
+++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/33852-01.htm
@@ -1,4 +1,4 @@
Giant's Minion Lugonnes:
Well met! Kekropus sent word of your visit, saying that you defeated Sakum in the Wasteland. After that, this should be no trouble for you at all... Well, maybe a little.
-
+
\ No newline at end of file
diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
index f3ea146f17..d82b98f469 100644
--- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
+++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10424_KekropusLetterBelosWhereabouts/Q10424_KekropusLetterBelosWhereabouts.java
@@ -53,7 +53,7 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
addSeeCreatureId(INVISIBLE_NPC);
setIsErtheiaQuest(false);
setLevel(MIN_LEVEL, MAX_LEVEL);
- setStartQuestSound("Npcdialog1.kekrops_quest_9");
+ setStartQuestSound("Npcdialog1.kekrops_quest_10");
setStartLocation(SOE_TOWN_OF_GODDARD, TELEPORT_LOC);
registerQuestItems(SOE_TOWN_OF_GODDARD, SOE_KETRA_ORC_OUTPOST);
}
@@ -70,12 +70,12 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
String htmltext = null;
switch (event)
{
- case "31292-02.html":
+ case "31292-02.htm":
{
htmltext = event;
break;
}
- case "31292-03.html":
+ case "31292-03.htm":
{
if (qs.isCond(1))
{
@@ -86,7 +86,7 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
}
break;
}
- case "33852-02.html":
+ case "33852-02.htm":
{
if (qs.isCond(2))
{
@@ -121,11 +121,11 @@ public final class Q10424_KekropusLetterBelosWhereabouts extends LetterQuest
{
if ((npc.getId() == ANDREI) && st.isCond(1))
{
- htmltext = "31292-01.html";
+ htmltext = "31292-01.htm";
}
else if (st.isCond(2))
{
- htmltext = npc.getId() == ANDREI ? "31292-04.html" : "33852-01.html";
+ htmltext = npc.getId() == ANDREI ? "31292-04.htm" : "33852-01.htm";
}
}
return htmltext;