Browse Source

lil update for Fate's Whisper quest

Kerberos 17 years ago
parent
commit
6ddc743e29

+ 4 - 0
datapack_development/data/scripts/quests/234_FatesWhisper/__init__.py

@@ -190,6 +190,10 @@ class Quest (JQuest) :
           st.takeItems(REORINS_MOLD,1)
           htmltext = "31002-09.htm"
           st.set("cond","9")
+          qs = st.getPlayer().getQuestState("255_Tutorial")
+          if qs:
+             st.showQuestionMark(17)
+             st.playSound("ItemSound.quest_tutorial")
         # waiting for 984 B Grade Crystals
         elif cond == 9 and (st.getQuestItemsCount(CRYSTAL_B) < 984) :
           htmltext = "31002-09a.htm"

+ 2 - 0
datapack_development/data/scripts/quests/255_Tutorial/__init__.py

@@ -399,6 +399,8 @@ class Quest (JQuest) :
             elif MarkId == 12 :
                 htmltext = "tutorial_15.htm"
                 st.set("ucMemo","4")
+            elif MarkId == 17 :
+                htmltext = "tutorial_30.htm"
             elif MarkId == 23 :
                 htmltext = "tutorial_24.htm"
             elif MarkId == 24 :

+ 15 - 0
datapack_development/data/scripts/quests/255_Tutorial/tutorial_30.htm

@@ -0,0 +1,15 @@
+<html><body>[Fate's Whisper]:<br>
+I hear a soft voice whisper in my ear;<br><br>
+"...the wind never sleeps,<br>
+The waves of change are turning. <br>
+The paths of darkness and light intersect,<br>
+A new song of dawn begins..."<br><br>
+"Listen to the call of fate.  <br>
+You, who will shape the face of the continent!<br>
+Go see Maestro Reorin...<br>
+Master Smith of the Platinum race awaits you in the land of Oren..."<br><br>
+"...and,<br>
+in the bottomless pit of despair, let new hope flower,<br>
+and arm yourself anew with the well-trained flames of eternal torment..."<br>
+<a action="link TE00">Close Window</a>
+</body></html>