NithaskSyrthiss.lua 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. --[[
  2. Script Name : SpawnScripts/ScaleYard/NithaskSyrthiss.lua
  3. Script Purpose : Nithask Syrthiss
  4. Script Author : torsten
  5. Script Date : 2022.07.25
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. require "SpawnScripts/Generic/DialogModule"
  9. function spawn(NPC)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function hailed(NPC, Spawn)
  15. Dialog11(NPC, Spawn)
  16. end
  17. function Dialog11(NPC, Spawn)
  18. FaceTarget(NPC, Spawn)
  19. Dialog.New(NPC, Spawn)
  20. Dialog.AddDialog("We will not fall victim to imprisonment again! History, as it has shown, will not allow our fate to be sealed in mediocrity.")
  21. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_000.mp3", 2035652250, 4149115810)
  22. Dialog.AddOption("What are you talking about?", "Dialog4")
  23. Dialog.AddOption("I'm not interested in your rhetoric!")
  24. Dialog.Start()
  25. end
  26. function Dialog4(NPC, Spawn)
  27. FaceTarget(NPC, Spawn)
  28. Dialog.New(NPC, Spawn)
  29. Dialog.AddDialog("I speak of inevitable vengeance and the rise of a new empire. The Shattered lands will one day be ruled by a formidable and apt force. It is our destiny.")
  30. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_001.mp3", 1663681837, 1174355350)
  31. Dialog.AddOption("What do you know that I don't?", "Dialog5")
  32. Dialog.AddOption("They will, but that force will not be yours, fool!")
  33. Dialog.Start()
  34. end
  35. function Dialog5(NPC, Spawn)
  36. FaceTarget(NPC, Spawn)
  37. Dialog.New(NPC, Spawn)
  38. Dialog.AddDialog("I know the history of this world and the forces responsible for the freedom of our race in many centuries past are still with us, ever watching, ever waiting for our time to rise. The Green Mist will descend again!")
  39. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_002.mp3", 3033639880, 3068296967)
  40. Dialog.AddOption("What's the Green Mist?", "Dialog9")
  41. Dialog.AddOption("Oh great, another doom-sayer. I don't have time for this.")
  42. Dialog.Start()
  43. end
  44. function Dialog9(NPC, Spawn)
  45. FaceTarget(NPC, Spawn)
  46. Dialog.New(NPC, Spawn)
  47. Dialog.AddDialog("The iksar were once a race enslaved by the terrible and immensely powerful Shissar Empire. After a millennium of enslavement, we were suddenly blessed by the descent of the Green Mist. We thought the Green Mist was a blessing from the patron Thule, but recent occurrences have proved this great blessing has not been entirely extinguished.")
  48. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_003.mp3", 1583372838, 1119979594)
  49. Dialog.AddOption("What did the Green Mist do for you, exactly?", "Dialog7")
  50. Dialog.AddOption("What recent occurrences?", "Dialog12")
  51. Dialog.AddOption("Bed-time stories don't interest me. Good bye.")
  52. Dialog.Start()
  53. end
  54. function Dialog7(NPC, Spawn)
  55. FaceTarget(NPC, Spawn)
  56. Dialog.New(NPC, Spawn)
  57. Dialog.AddDialog("It freed us from our captors! The most powerful mortal race to ever exist upon the face of this world was eradicated in mere hours. We left their blistered bodies to rot in the jungles while we rose to become the most powerful empire in Kunark's history.")
  58. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_004.mp3", 1279006869, 1520135252)
  59. Dialog.AddOption("That was thousands of years ago! Why do you think the mist has suddenly returned?", "Dialog12")
  60. Dialog.AddOption("I have to go.")
  61. Dialog.Start()
  62. end
  63. function Dialog12(NPC, Spawn)
  64. FaceTarget(NPC, Spawn)
  65. Dialog.New(NPC, Spawn)
  66. Dialog.AddDialog("During the Age of War, the Rallosian Empire had a second coming and threatened to cover the whole of the world in destruction and death, which they were very successful at. It wasn't until the fronts had reached the gates of Qeynos that the tides were turned with the return of the mists.")
  67. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_005.mp3", 2951522699, 75020216)
  68. Dialog.AddOption("What?! The Green Mist came back?!", "Dialog6")
  69. Dialog.AddOption("Why do you think the mists would help you?", "Dialog7")
  70. Dialog.AddOption("Why would the mists come back to save Qeynos?", "Dialog8")
  71. Dialog.AddOption("I have to go.")
  72. Dialog.Start()
  73. end
  74. function Dialog6(NPC, Spawn)
  75. FaceTarget(NPC, Spawn)
  76. Dialog.New(NPC, Spawn)
  77. Dialog.AddDialog("Indeed, they did. They descended upon the Rallosian Armies when it seemed that their victory was inevitable. Upon the dawn of battle, the Qeynosian armies were not met with the hordes of ogres, orcs and goblinoids that had ravaged their territories. Instead, they were met with a field of blistered corpses. ")
  78. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_006.mp3", 3654295321, 3073054012)
  79. Dialog.AddOption("Wait, how do you know the mists did this?", "Dialog3")
  80. Dialog.AddOption("I have to go.")
  81. Dialog.Start()
  82. end
  83. function Dialog3(NPC, Spawn)
  84. FaceTarget(NPC, Spawn)
  85. Dialog.New(NPC, Spawn)
  86. Dialog.AddDialog("One of the greatest armies this world has ever seen suddenly fell dead upon the eve of their victory. Their bodies were covered in the festering sores and blisters consistent with the affliction of the mist. There is no other logical explanation. The power of the mist is still with us, and it will be our key to ascension!")
  87. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_007.mp3", 2705603054, 3817678111)
  88. Dialog.AddOption("But the gods are dead. How could the mists return?", "Dialog10")
  89. Dialog.AddOption("I have to go.")
  90. Dialog.Start()
  91. end
  92. function Dialog10(NPC, Spawn)
  93. FaceTarget(NPC, Spawn)
  94. Dialog.New(NPC, Spawn)
  95. Dialog.AddDialog("You raise a good point, but one that I refuted in my telling of this history. The mist is obviously not a force conjured by the gods, but it is something more mysterious; perhaps it is a sentient being beyond the realms of the mortal and divine, or perhaps it is beyond such designations.")
  96. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_008.mp3", 3299299562, 2342822075)
  97. Dialog.AddOption("So you think that this mist creature is on your side?", "Dialog1")
  98. Dialog.AddOption("I have to go.")
  99. Dialog.Start()
  100. end
  101. function Dialog1(NPC, Spawn)
  102. FaceTarget(NPC, Spawn)
  103. Dialog.New(NPC, Spawn)
  104. Dialog.AddDialog("Hisssss! Do not speak such disrespect! The mist cannot be willed and is not so petty in the choosing of sides. It is the executor of justice and a servant of fate! This mist will come again and justice will be delivered once more. There is no escape from it! Embrace the inevitability of our rise!")
  105. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_009.mp3", 2371406226, 2886166849)
  106. Dialog.AddOption("And you're so certain that the mists won't destroy your empire?", "Dialog2")
  107. Dialog.AddOption("I have to go.")
  108. Dialog.Start()
  109. end
  110. function Dialog2(NPC, Spawn)
  111. FaceTarget(NPC, Spawn)
  112. Dialog.New(NPC, Spawn)
  113. Dialog.AddDialog("I am only certain of our fate and what history has shown. The mists are favorable to us; why, I do not know. Unlike the empires past, the second rising of our imperial reign will not be weak or foolishly arrogant! It will serve in respect to the greater powers of this existence that can be neither fathomed nor controlled!")
  114. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_010.mp3", 475060493, 1057785504)
  115. Dialog.AddOption("You're a bit hopeful, I think, but your story was informative nonetheless. Good bye.")
  116. Dialog.Start()
  117. end
  118. function Dialog8(NPC, Spawn)
  119. FaceTarget(NPC, Spawn)
  120. Dialog.New(NPC, Spawn)
  121. Dialog.AddDialog("The Green Mist is not something fully understood by mortal minds. Its motives and its purpose are beyond our comprehension. I believe that the mists were used to destroy a war machine that had overstepped its boundaries of arrogance with senseless destruction. The Rallosian Army earned their fate.")
  122. Dialog.AddVoiceover("voiceover/english/nithask_syrthiss/fprt_hood06/quests/nithasksyrthiss/lore_nithask_011.mp3", 3038238130, 30476934)
  123. Dialog.AddOption("You're so sure that the mists returned?")
  124. Dialog.AddOption("I have to go.")
  125. Dialog.Start()
  126. end