Browse Source

updating few quest htmls, require [L2315]

Kerberos 16 years ago
parent
commit
bc89442948

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32255-10.htm

@@ -1,6 +1,6 @@
 <html><body>Icon of the Past:<br>
 ########################<br>
-vokridlenec: But...who in the world are you?<br>
+%playername%: But...who in the world are you?<br>
 ??? : Me? You will know soon, shortly after my story comes to an end. For now...call me N.<br>
 Shall we begin?<br>
 ########################<br>

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32255-12.htm

@@ -1,6 +1,6 @@
 <html><body>Icon of the Past:<br>
 ########################<br>
-Are you saying that someone other than a god created us?<br>
+%playername%: Are you saying that someone other than a god created us?<br>
 N : Well...what do you think? Curb your impatience. Relax and think. Based on what you will hear and feel in the future, the day will come when you will make your own decision...<br>
 I will continue to communicate with you through the Icon of the Present. Find it somewhere within this Nornil's Cave. The password for the Icon of the Present is also "CNCL". Do not forget...<br>
 ########################<br>

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32256-10.htm

@@ -1,6 +1,6 @@
 <html><body>Icon of the Present:<br>
 ########################<br>
-Does that mean there was another reason?<br>
+%playername%: Does that mean there was another reason?<br>
 N: Between dimensions, away from prying eyes... Is it not natural to surmise that the true purpose was to hide this Isle of Souls?<br>
 ########################<br>
 <a action="bypass -h Quest 178_IconicTrinity 32256-11.htm">"Hide it from who?"</a>

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32256-11.htm

@@ -1,6 +1,6 @@
 <html><body>Icon of the Present:<br>
 ########################<br>
-Then was this Isle of Souls sealed between dimensions in order to hide it from someone?<br>N: That is was it recorded in the Kamael's "Lost History." To continue...<br>
+%playername%: Then was this Isle of Souls sealed between dimensions in order to hide it from someone?<br>N: That is was it recorded in the Kamael's "Lost History." To continue...<br>
 This Isle of Souls was sealed between dimensions because if it had been left in this world, there was a high probability of it being discovered. In other words, it was being hidden from someone with the ability to scan the entire world...<br>
 ########################<br>
 <a action="bypass -h Quest 178_IconicTrinity 32256-12.htm">"Then...a god?"</a>

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32256-12.htm

@@ -1,6 +1,6 @@
 <html><body>Icon of the Present:<br>
 ########################<br>
-Then...a god?<br>
+%playername%: Then...a god?<br>
 N: Perhaps. Or at least an equal of the gods.<br>
 ########################<br>
 <a action="bypass -h Quest 178_IconicTrinity 32256-13.htm">"Why did the Kamael have to hide themselves in the first place?"</a>

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32256-13.htm

@@ -1,6 +1,6 @@
 <html><body>Icon of the Present:<br>
 ########################<br>
-Why did the Kamael have to hide themselves in the first place?<br>
+%playername%: Why did the Kamael have to hide themselves in the first place?<br>
 N: I cannot tell you that now. You will know later, when you have advanced sufficiently to learn the Kamael's "Lost History."<br>
 Our story here is finished. Find the Icon of the Future somewhere within this Nornil's Cave to hear more. The password for the Icon of the Future is "CHAOS". Do not forget!<br>
 ########################

+ 1 - 1
datapack_development/data/scripts/quests/178_IconicTrinity/32257-11.htm

@@ -1,6 +1,6 @@
 <html><body>Statue of Future:<br>
 ########################<br>
-If the Isle of Souls was hidden to avoid discovery, why would it be revealed now?<br>
+%playername%: If the Isle of Souls was hidden to avoid discovery, why would it be revealed now?<br>
 N: That is a mystery. Perhaps the original reason for hiding the island is no longer necessary -- or perhaps there is an even more compelling reason to risk unsealing the island.<br>
 I wonder how the Kamael will cope with this sudden change...  I suppose that will be decided by how well and wisely you young people act. It is far past time for you to take ownership of your own destiny as a race.<br>
 I can tell you nothing more; return to Kekropus. Farewell! <br>

+ 4 - 0
datapack_development/data/scripts/quests/65_CertifiedSoulBreaker/32138-00.htm

@@ -0,0 +1,4 @@
+<html><body>Hierarch Kekropus:<br>
+%playername% Ah, it's you. What brings you here to me?<br>
+<a action="bypass -h Quest 65_CertifiedSoulBreaker 32138-01.htm">I want to walk the path of a Soul Breaker.</a>
+</body></html>

+ 1 - 1
datapack_development/data/scripts/quests/65_CertifiedSoulBreaker/__init__.py

@@ -138,7 +138,7 @@ class Quest (JQuest) :
                 st.addExpAndSp(189831,21526)
         elif npcId == Kekropus :
             if cond == 1 :
-                htmltext = "<html><body>Hierarch Kekropus:<br>"+ player.getName() +" Ah, it's you. What brings you here to me?<br><a action=\"bypass -h Quest 65_CertifiedSoulBreaker 32138-01.htm\">I want to walk the path of a Soul Breaker. </a></body></html>"
+                htmltext = "32138-00.htm"
             elif cond == 2 :
                 htmltext = "32138-04.htm"
             elif cond == 14 :