diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.html
similarity index 100%
rename from L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.htm
rename to L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.html
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.html
similarity index 100%
rename from L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.htm
rename to L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.html
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.html b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm
similarity index 100%
rename from L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.html
rename to L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.html b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html
similarity index 100%
rename from L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.html
rename to L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
index 9a847a8e41..bb0571e29a 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
@@ -63,7 +63,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
switch (event)
{
- case "30535-02.htm":
+ case "30535-02.html":
{
giveItems(player, PROOF_OF_FIDELITY, 3);
qs.exitQuest(QuestType.DAILY, true);
@@ -96,13 +96,13 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
case State.CREATED:
{
- htmltext = "33092-01.html";
- qs.isStarted();
+ htmltext = "33092-02.html";
+ qs.startQuest();
break;
}
case State.STARTED:
{
- htmltext = "33092-01.html";
+ htmltext = "33092-01.htm";
break;
}
}
@@ -112,7 +112,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
{
if (qs.isCond(2) && (getQuestItemsCount(player, TEREDOR_EGG_FRAGMENT) >= 20))
{
- htmltext = "30535-01.htm";
+ htmltext = "30535-01.html";
}
}
}
@@ -125,7 +125,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
final QuestState qs = getRandomPartyMemberState(killer, -1, 3, npc);
if ((qs != null) && qs.isCond(1) && Util.checkIfInRange(1500, npc, qs.getPlayer(), false))
{
- if (giveItemRandomly(killer, EGG, 1, 20, 0.7, true))
+ if (giveItemRandomly(killer, TEREDOR_EGG_FRAGMENT, 1, 20, 0.7, true))
{
qs.setCond(2, true);
}
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.htm b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.html
similarity index 100%
rename from L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.htm
rename to L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.html
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.htm b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.html
similarity index 100%
rename from L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.htm
rename to L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.html
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.html b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm
similarity index 100%
rename from L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.html
rename to L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html
new file mode 100644
index 0000000000..d865188092
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html
@@ -0,0 +1,3 @@
+
Amer:
+You need to collect all 20 of the Teredor Egg Fragments before you can make delivery! you need more!
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
index 9a847a8e41..bb0571e29a 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
@@ -63,7 +63,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
switch (event)
{
- case "30535-02.htm":
+ case "30535-02.html":
{
giveItems(player, PROOF_OF_FIDELITY, 3);
qs.exitQuest(QuestType.DAILY, true);
@@ -96,13 +96,13 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
case State.CREATED:
{
- htmltext = "33092-01.html";
- qs.isStarted();
+ htmltext = "33092-02.html";
+ qs.startQuest();
break;
}
case State.STARTED:
{
- htmltext = "33092-01.html";
+ htmltext = "33092-01.htm";
break;
}
}
@@ -112,7 +112,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
{
if (qs.isCond(2) && (getQuestItemsCount(player, TEREDOR_EGG_FRAGMENT) >= 20))
{
- htmltext = "30535-01.htm";
+ htmltext = "30535-01.html";
}
}
}
@@ -125,7 +125,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
final QuestState qs = getRandomPartyMemberState(killer, -1, 3, npc);
if ((qs != null) && qs.isCond(1) && Util.checkIfInRange(1500, npc, qs.getPlayer(), false))
{
- if (giveItemRandomly(killer, EGG, 1, 20, 0.7, true))
+ if (giveItemRandomly(killer, TEREDOR_EGG_FRAGMENT, 1, 20, 0.7, true))
{
qs.setCond(2, true);
}
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.html
similarity index 100%
rename from L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.htm
rename to L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-01.html
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.html
similarity index 100%
rename from L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.htm
rename to L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/30535-02.html
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm
new file mode 100644
index 0000000000..d865188092
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-01.htm
@@ -0,0 +1,3 @@
+Amer:
+You need to collect all 20 of the Teredor Egg Fragments before you can make delivery! you need more!
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html
new file mode 100644
index 0000000000..d865188092
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/33092-02.html
@@ -0,0 +1,3 @@
+Amer:
+You need to collect all 20 of the Teredor Egg Fragments before you can make delivery! you need more!
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
index 9a847a8e41..bb0571e29a 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q00460_PreciousResearchMaterial/Q00460_PreciousResearchMaterial.java
@@ -63,7 +63,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
switch (event)
{
- case "30535-02.htm":
+ case "30535-02.html":
{
giveItems(player, PROOF_OF_FIDELITY, 3);
qs.exitQuest(QuestType.DAILY, true);
@@ -96,13 +96,13 @@ public class Q00460_PreciousResearchMaterial extends Quest
}
case State.CREATED:
{
- htmltext = "33092-01.html";
- qs.isStarted();
+ htmltext = "33092-02.html";
+ qs.startQuest();
break;
}
case State.STARTED:
{
- htmltext = "33092-01.html";
+ htmltext = "33092-01.htm";
break;
}
}
@@ -112,7 +112,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
{
if (qs.isCond(2) && (getQuestItemsCount(player, TEREDOR_EGG_FRAGMENT) >= 20))
{
- htmltext = "30535-01.htm";
+ htmltext = "30535-01.html";
}
}
}
@@ -125,7 +125,7 @@ public class Q00460_PreciousResearchMaterial extends Quest
final QuestState qs = getRandomPartyMemberState(killer, -1, 3, npc);
if ((qs != null) && qs.isCond(1) && Util.checkIfInRange(1500, npc, qs.getPlayer(), false))
{
- if (giveItemRandomly(killer, EGG, 1, 20, 0.7, true))
+ if (giveItemRandomly(killer, TEREDOR_EGG_FRAGMENT, 1, 20, 0.7, true))
{
qs.setCond(2, true);
}