Pārlūkot izejas kodu

Fixing htm extension for quest Dig Up the Sea of Spores!

Adry_85 10 gadi atpakaļ
vecāks
revīzija
66ef1abb3b

+ 1 - 1
L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-01.html → L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-01.htm

@@ -1,5 +1,5 @@
 <html><body>Magister Gauen:<br>
 Since the era of Shunaiman, the first emperor of the ancient Elmoreden Empire, the Mystics of the Ivory Tower have been researching the Sea of Spores. Around E.D. 500 they constructed a force field tower which stopped the spread of that wretched sea. Their research has continued throughout the centuries.<br>
 Although the ancient barrier appears to be holding, the Sea of Spores continues to threaten us. A final solution to this problem must be found.<br>
-<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-02.html">What can we do?</a>
+<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-02.htm">What can we do?</a>
 </body></html>

+ 1 - 1
L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-02.html → L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-02.htm

@@ -3,5 +3,5 @@ Frankly, I'm not sure. Up to now our research has been focused on sustaining and
 However, it has become clear that we need a more permanent solution. For this we must return to the Sea of Spores itself.<br>
 We must shift our strategy to researching each individual spore, one by one.<br>
 We must study the colonies they build, how they spawn and the complex relationships between the plants and animals of the sea.<br>
-<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-03.html">"Very interesting."</a>
+<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-03.htm">"Very interesting."</a>
 </body></html>

+ 1 - 1
L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-03.html → L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-03.htm

@@ -1,4 +1,4 @@
 <html><body>Magister Gauen:<br>
 I must have a tissue sample of an organism that has joined with spores and grown roots. <font color="LEVEL">Rotting Tree Spores</font> and <font color="LEVEL">spore zombies</font> will do nicely.<br>
-<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-04.html">"I'll do it."</a>
+<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-04.htm">"I'll do it."</a>
 </body></html>

+ 1 - 1
L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-04.html → L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-04.htm

@@ -1,4 +1,4 @@
 <html><body>Magister Gauen:<br>
 There are many different types of spores, all with unique and often dangerous characteristics. Are you sure you want to do this?<br>
-<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-05.html">"I'll do it."</a>
+<a action="bypass -h Quest Q00356_DigUpTheSeaOfSpores 30717-05.htm">"I'll do it."</a>
 </body></html>

+ 0 - 0
L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-05.html → L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/30717-05.htm


+ 5 - 5
L2J_DataPack/dist/game/data/scripts/quests/Q00356_DigUpTheSeaOfSpores/Q00356_DigUpTheSeaOfSpores.java

@@ -72,16 +72,16 @@ public final class Q00356_DigUpTheSeaOfSpores extends Quest
 		String htmltext = null;
 		switch (event)
 		{
-			case "30717-02.html":
-			case "30717-03.html":
-			case "30717-04.html":
+			case "30717-02.htm":
+			case "30717-03.htm":
+			case "30717-04.htm":
 			case "30717-10.html":
 			case "30717-18.html":
 			{
 				htmltext = event;
 				break;
 			}
-			case "30717-05.html":
+			case "30717-05.htm":
 			{
 				qs.startQuest();
 				htmltext = event;
@@ -169,7 +169,7 @@ public final class Q00356_DigUpTheSeaOfSpores extends Quest
 		String htmltext = getNoQuestMsg(player);
 		if (qs.isCreated())
 		{
-			htmltext = (player.getLevel() >= MIN_LEVEL) ? "30717-01.html" : "30717-06.htm";
+			htmltext = (player.getLevel() >= MIN_LEVEL) ? "30717-01.htm" : "30717-06.htm";
 		}
 		else if (qs.isStarted())
 		{