ThayareFaystrider.lua 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. --[[
  2. Script Name : SpawnScripts/WillowWood/ThayareFaystrider.lua
  3. Script Purpose : Thayare Faystrider
  4. Script Author : Scatman\\Dorbin
  5. Script Date : 2009.09.15
  6. Script Notes :
  7. --]]
  8. require "SpawnScripts/Generic/DialogModule"
  9. function spawn(NPC)
  10. SetInfoStructString(NPC, "action_state", "sit_idle")
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. Dialog1(NPC, Spawn)
  17. end
  18. function Dialog1(NPC, Spawn)
  19. FaceTarget(NPC, Spawn)
  20. Dialog.New(NPC, Spawn)
  21. Dialog.AddDialog("So kind, yet so naive to the horrors of the past, tragedies to be repeated, no doubt. ")
  22. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare000.mp3", 1834305487, 313746184)
  23. Dialog.AddOption("The cataclysms have passed. ", "Dialog2")
  24. Dialog.AddOption("I cannot speak now. Farewell.")
  25. Dialog.Start()
  26. end
  27. function Dialog2(NPC, Spawn)
  28. FaceTarget(NPC, Spawn)
  29. Dialog.New(NPC, Spawn)
  30. Dialog.AddDialog("I do not speak of trembling plains and torrential seas, I speak of the bane of elfkind, the eternal struggle between light and dark ... between above and below.")
  31. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare001.mp3", 436536244, 3083124811)
  32. Dialog.AddOption("You speak of the dark elves? ", "Dialog3")
  33. Dialog.AddOption("I shall remember your words. Farewell.")
  34. Dialog.Start()
  35. end
  36. function Dialog3(NPC, Spawn)
  37. FaceTarget(NPC, Spawn)
  38. Dialog.New(NPC, Spawn)
  39. Dialog.AddDialog("Yes, the elves of below ... the Teir'Dal. Their hatred for the elves of the sun is a plague upon all of Norrath. Many have died in defense of elfkind, and I believe the bloodshed is far from over. It is an eternal war that burdens my heart.")
  40. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare002.mp3", 1265623853, 760817521)
  41. Dialog.AddOption("Then do not fight anymore. ", "Dialog4")
  42. Dialog.AddOption("I shall remember your words. Farewell.")
  43. Dialog.Start()
  44. end
  45. function Dialog4(NPC, Spawn)
  46. FaceTarget(NPC, Spawn)
  47. Dialog.New(NPC, Spawn)
  48. Dialog.AddDialog("I wish it were that easy, but I am Feir'Dal, a wood elf, and I am sworn to defend the Laws of Tunare and her children till my final breath passes my lips. That is a day I look forward to with great rejoice.")
  49. Dialog.AddVoiceover("voiceover/english/optional5/thayare_faystrider/qey_village05/thayare003.mp3", 2415361913, 3209390874)
  50. Dialog.AddOption("Why would you rejoice on your deathbed? ","Dialog6")
  51. Dialog.AddOption("Who is Tunare? ", "Dialog5")
  52. Dialog.AddOption("I shall remember your words. Farewell.")
  53. Dialog.Start()
  54. end
  55. function Dialog5(NPC, Spawn)
  56. FaceTarget(NPC, Spawn)
  57. Dialog.New(NPC, Spawn)
  58. Dialog.AddDialog("Tunare is the Mother of All, the goddess of the forest realms, the one who gave life to all who dwell within, including elfkind. She is growth and preservation. We elves of the sun are her soldiers and wards. We live to serve her laws and we die to preserve her children, flora and fauna.")
  59. Dialog.AddVoiceover("voiceover/english/optional5/thayare_faystrider/qey_village05/thayare004.mp3", 2739778178, 2862887180)
  60. Dialog.AddOption("You would die for this goddess?", "Dialog6")
  61. Dialog.AddOption("I shall remember your words. Farewell.")
  62. Dialog.Start()
  63. end
  64. function Dialog6(NPC, Spawn)
  65. FaceTarget(NPC, Spawn)
  66. Dialog.New(NPC, Spawn)
  67. Dialog.AddDialog("In my days, I have seen a multitude of my fellow treefolke give their lives in defense of Tunare's laws. Many were my family. I am haunted with the visions of battles of yore. I recall my beloved sister slipping from life while I wept with her in my embrace. ")
  68. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare005.mp3", 1279667287, 2445439332)
  69. Dialog.AddOption("When did she die? ", "Dialog7")
  70. Dialog.AddOption("I shall remember your words. Farewell.")
  71. Dialog.Start()
  72. end
  73. function Dialog7(NPC, Spawn)
  74. FaceTarget(NPC, Spawn)
  75. Dialog.New(NPC, Spawn)
  76. Dialog.AddDialog("She drifted from this realm more than four-hundred-years ago in the Age of Turmoil. It was the great War of the Fay, the war of the elves. The elf empire of below and their allies challenged the combined nations of elfkind. Armies of Teir'Dal, orc, troll, and others crept towards the Faydark hoping to extinguish the elves of sun.")
  77. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare006.mp3", 3098906679, 78236071)
  78. Dialog.AddOption("You fought in this war? ", "Dialog8")
  79. Dialog.AddOption("What is the Faydark? ","Dialog9")
  80. Dialog.AddOption("I shall remember your words. Farewell.")
  81. Dialog.Start()
  82. end
  83. function Dialog8(NPC, Spawn)
  84. FaceTarget(NPC, Spawn)
  85. Dialog.New(NPC, Spawn)
  86. Dialog.AddDialog( "The Faydark was one of the last of the great forests of Norrath. It rested upon a continent far, far from here, taking up most of the land with its billowing evergreen canopy. Its grandeur was unmatched. It's within this sprawling majesty that we Feir'Dal built our great city in the last of the towering Elddar trees, the tree city called Kelethin. ")
  87. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare007.mp3",567824333, 4242442867)
  88. Dialog.AddOption( "You fought for this forest?", "Dialog9")
  89. Dialog.AddOption( "I shall remember your words. Farewell.")
  90. Dialog.Start()
  91. end
  92. function Dialog9(NPC, Spawn)
  93. FaceTarget(NPC, Spawn)
  94. Dialog.New(NPC, Spawn)
  95. Dialog.AddDialog("I was but an adolescent, barely able to string a bow, yet I fought. My sister was in her prime, and she was a highly-skilled scout, an elite soldier of the Scouts of Tunare. But even her skill could not prepare her or the tree city of Kelethin for the onslaught from the northern coasts and the orc hordes from Crushbone. ")
  96. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare008.mp3", 2595470053, 1587010551)
  97. Dialog.AddOption("How did it begin?", "Dialog10")
  98. Dialog.AddOption("I shall remember your words. Farewell.")
  99. Dialog.Start()
  100. end
  101. function Dialog10(NPC, Spawn)
  102. FaceTarget(NPC, Spawn)
  103. Dialog.New(NPC, Spawn)
  104. Dialog.AddDialog("It happened quickly. The forest empire of my people was greatly protected. No branch was without a lookout, the tall masts and far reaching ballistae of the Koada'Dal wavejumpers patrolled the coasts, but still, we couldn't prepare for the arrival. ")
  105. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare009.mp3", 3015822992, 4001180835)
  106. Dialog.AddOption("Where did they come from?", "Dialog11")
  107. Dialog.AddOption("I shall remember your words. Farewell.")
  108. Dialog.Start()
  109. end
  110. function Dialog11(NPC, Spawn)
  111. FaceTarget(NPC, Spawn)
  112. Dialog.New(NPC, Spawn)
  113. Dialog.AddDialog("From the depths of the burning wastelands of Crushbone, came the orc hordes. As we directed our efforts at repelling this force, an armada of war galleys of Neriak breached the coastal mists. Some say they arrived via a titanic teleport arch built by the dark elves deep in the uncharted seas of the Ocean of Tears. Yet, still, they struck from an unexpected front...")
  114. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare010.mp3", 894446080, 3870182222)
  115. Dialog.AddOption("Where else did they come from?", "Dialog12")
  116. Dialog.AddOption("I shall remember your words. Farewell.")
  117. Dialog.Start()
  118. end
  119. function Dialog12(NPC, Spawn)
  120. FaceTarget(NPC, Spawn)
  121. Dialog.New(NPC, Spawn)
  122. Dialog.AddDialog("Near the heart of the Faydark, the most dangerous of the evil hordes arrived in a portal opened between the underworld and our forest, a portal bound by the ancient teleport spires. Wave after wave of Teir'Dal dragoon marched from this portal, a juggernaut marching towards the Koada'Dal city in the clouded mountains, Felwithe. ")
  123. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare011.mp3", 3635576474, 803732524)
  124. Dialog.AddOption("What about Kelethin?", "Dialog13")
  125. Dialog.AddOption("I shall remember your words. Farewell.")
  126. Dialog.Start()
  127. end
  128. function Dialog13(NPC, Spawn)
  129. FaceTarget(NPC, Spawn)
  130. Dialog.New(NPC, Spawn)
  131. Dialog.AddDialog("The tree city was no target of the dragoons, the orcs of Crushbone kept us under siege, setting much of the Faydark on fire! Within the raging inferno, the dragoons marched to seize Felwithe. It is there that the legendary King Tearis'Thex fell to the dark blade. ")
  132. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare012.mp3", 3204674791, 3928586592)
  133. Dialog.AddOption("Then you lost the war?", "Dialog14")
  134. Dialog.AddOption("I shall remember your words. Farewell.")
  135. Dialog.Start()
  136. end
  137. function Dialog14(NPC, Spawn)
  138. FaceTarget(NPC, Spawn)
  139. Dialog.New(NPC, Spawn)
  140. Dialog.AddDialog("Defeat seemed certain, but as we fought futile battles on many fronts, the horns of war were heard along the borders of the Faydark! The brigades of the dwarven empire Kaladim marched in from the western mountains, and from the east came the gnomes of Ak'Anon with their ticking and puffing clockwork army. The elves of the sun would triumph this day. ")
  141. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare013.mp3", 3275962358, 3603060383)
  142. Dialog.AddOption("What happened to the evil horde?", "Dialog15")
  143. Dialog.AddOption("I shall remember your words. Farewell.")
  144. Dialog.Start()
  145. end
  146. function Dialog15(NPC, Spawn)
  147. FaceTarget(NPC, Spawn)
  148. Dialog.New(NPC, Spawn)
  149. Dialog.AddDialog("Greatly outnumbered, the dark hordes were repelled. They retreated to the shadowed realms from whence they came. Some unfortunate ones fled to the Loping Plains seeking a haven in the moors of Mistmoore, never to be heard from again. ")
  150. Dialog.AddVoiceover("voiceover/english/optional5/thayare_faystrider/qey_village05/thayare014.mp3", 2960216728, 621843039)
  151. Dialog.AddOption("So the war was not long?", "Dialog16")
  152. Dialog.AddOption("I shall remember your words. Farewell.")
  153. Dialog.Start()
  154. end
  155. function Dialog16(NPC, Spawn)
  156. FaceTarget(NPC, Spawn)
  157. Dialog.New(NPC, Spawn)
  158. Dialog.AddDialog("Don't let my short tale confuse you. This war raged for more than a few seasons. Blood stained the forest floor, green turned to ash. It was in the final defense of Kelethin that my sister sustained a mortal blow, dying within my arms, her last breath gracing my tear-soaked face. ")
  159. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare015.mp3", 4021587135, 1996842290)
  160. Dialog.AddOption("How did you end up here?", "Dialog17")
  161. Dialog.AddOption("I shall remember your words. Farewell.")
  162. Dialog.Start()
  163. end
  164. function Dialog17(NPC, Spawn)
  165. FaceTarget(NPC, Spawn)
  166. Dialog.New(NPC, Spawn)
  167. Dialog.AddDialog("Kelethin and Felwithe were restored under the guidance of the princess Queen, Lenya Thex, but the scars remained, both upon the land and within my memory. I departed the Faydark in search of a new life that would bury my visions of the war, but as I learned, war is eternal and it is far reaching. Since my days in the Faydark, I have traversed much more bloodshed. It is inescapable, yet I live on to defend the Laws of Tunare and to honor those that have fallen, such as my beloved sister Geeda.")
  168. Dialog.AddVoiceover("voiceover/english/optional5/thayare/qey_village05/thayare016.mp3", 1874720017, 996176396)
  169. Dialog.AddOption("I wish you peace. Thank you.")
  170. Dialog.Start()
  171. end
  172. --[[
  173. function dlg_8_1(NPC, Spawn)
  174. conversation = CreateConversation()
  175. Dialog.AddDialog("voiceover/english/optional5/thayare/qey_village05/thayare001.mp3", "", "", 436536244, 3083124811, Spawn)
  176. AddConversationOption(conversation, "You speak of the dark elves?", "dlg_8_2")
  177. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  178. StartConversation(conversation, NPC, Spawn, "I do not speak of trembling plains and torrential seas, I speak of the bane of elfkind, the eternal struggle between light and dark ... between above and below.")
  179. end
  180. function dlg_8_2(NPC, Spawn)
  181. conversation = CreateConversation()
  182. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare002.mp3", "", "", 1265623853, 760817521, Spawn)
  183. AddConversationOption(conversation, "Then do not fight anymore.", "dlg_8_3")
  184. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  185. StartConversation(conversation, NPC, Spawn, "Yes, the elves of below ... the Teir'Dal. Their hatred for the elves of the sun is a plague upon all of Norrath. Many have died in defense of elfkind, and I believe the bloodshed is far from over. It is an eternal war that burdens my heart.")
  186. end
  187. function dlg_8_3(NPC, Spawn)
  188. conversation = CreateConversation()
  189. PlayFlavor(NPC, "voiceover/english/optional5/thayare_faystrider/qey_village05/thayare003.mp3", "", "", 2415361913, 3209390874, Spawn)
  190. AddConversationOption(conversation, "Why would you rejoice on your deathbed?", "dlg_8_5")
  191. AddConversationOption(conversation, "Who is Tunare?", "dlg_8_4")
  192. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  193. StartConversation(conversation, NPC, Spawn, "I wish it were that easy, but I am Feir'Dal, a wood elf, and I am sworn to defend the Laws of Tunare and her children till my final breath passes my lips. That is a day I look forward to with great rejoice.")
  194. end
  195. function dlg_8_4(NPC, Spawn)
  196. conversation = CreateConversation()
  197. PlayFlavor(NPC, "voiceover/english/optional5/thayare_faystrider/qey_village05/thayare004.mp3", "", "", 2739778178, 2862887180, Spawn)
  198. AddConversationOption(conversation, "You would die for this goddess?", "dlg_8_5")
  199. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  200. StartConversation(conversation, NPC, Spawn, "Tunare is the Mother of All, the goddess of the forest realms, the one who gave life to all who dwell within, including elfkind. She is growth and preservation. We elves of the sun are her soldiers and wards. We live to serve her laws and we die to preserve her children, flora and fauna.")
  201. end
  202. function dlg_8_5(NPC, Spawn)
  203. conversation = CreateConversation()
  204. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare005.mp3", "", "", 1279667287, 2445439332, Spawn)
  205. AddConversationOption(conversation, "When did she die?", "dlg_8_6")
  206. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  207. StartConversation(conversation, NPC, Spawn, "In my days, I have seen a multitude of my fellow treefolke give their lives in defense of Tunare's laws. Many were my family. I am haunted with the visions of battles of yore. I recall my beloved sister slipping from life while I wept with her in my embrace. ")
  208. end
  209. function dlg_8_6(NPC, Spawn)
  210. conversation = CreateConversation()
  211. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare006.mp3", "", "", 3098906679, 78236071, Spawn)
  212. AddConversationOption(conversation, "You fought in this war?", "dlg_8_8")
  213. AddConversationOption(conversation, "What is the Faydark?", "dlg_8_7")
  214. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  215. StartConversation(conversation, NPC, Spawn, "She drifted from this realm more than four-hundred-years ago in the Age of Turmoil. It was the great War of the Fay, the war of the elves. The elf empire of below and their allies challenged the combined nations of elfkind. Armies of Teir'Dal, orc, troll, and others crept towards the Faydark hoping to extinguish the elves of sun.")
  216. end
  217. function dlg_8_7(NPC, Spawn)
  218. conversation = CreateConversation()
  219. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare007.mp3", "", "", 567824333, 4242442867, Spawn)
  220. AddConversationOption(conversation, "You fought for this forest?", "dlg_8_8")
  221. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  222. StartConversation(conversation, NPC, Spawn, "The Faydark was one of the last of the great forests of Norrath. It rested upon a continent far, far from here, taking up most of the land with its billowing evergreen canopy. Its grandeur was unmatched. It's within this sprawling majesty that we Feir'Dal built our great city in the last of the towering Elddar trees, the tree city called Kelethin. ")
  223. end
  224. function dlg_8_8(NPC, Spawn)
  225. conversation = CreateConversation()
  226. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare008.mp3", "", "", 2595470053, 1587010551, Spawn)
  227. AddConversationOption(conversation, "How did it begin?", "dlg_8_9")
  228. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  229. StartConversation(conversation, NPC, Spawn, "I was but an adolescent, barely able to string a bow, yet I fought. My sister was in her prime, and she was a highly-skilled scout, an elite soldier of the Scouts of Tunare. But even her skill could not prepare her or the tree city of Kelethin for the onslaught from the northern coasts and the orc hordes from Crushbone. ")
  230. end
  231. function dlg_8_9(NPC, Spawn)
  232. conversation = CreateConversation()
  233. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare009.mp3", "", "", 3015822992, 4001180835, Spawn)
  234. AddConversationOption(conversation, "Where did they come from?", "dlg_8_10")
  235. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  236. StartConversation(conversation, NPC, Spawn, "It happened quickly. The forest empire of my people was greatly protected. No branch was without a lookout, the tall masts and far reaching ballistae of the Koada'Dal wavejumpers patrolled the coasts, but still, we couldn't prepare for the arrival. ")
  237. end
  238. function dlg_8_10(NPC, Spawn)
  239. conversation = CreateConversation()
  240. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare010.mp3", "", "", 894446080, 3870182222, Spawn)
  241. AddConversationOption(conversation, "Where else did they come from?", "dlg_8_11")
  242. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  243. StartConversation(conversation, NPC, Spawn, "From the depths of the burning wastelands of Crushbone, came the orc hordes. As we directed our efforts at repelling this force, an armada of war galleys of Neriak breached the coastal mists. Some say they arrived via a titanic teleport arch built by the dark elves deep in the uncharted seas of the Ocean of Tears. Yet, still, they struck from an unexpected front...")
  244. end
  245. function dlg_8_11(NPC, Spawn)
  246. conversation = CreateConversation()
  247. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare011.mp3", "", "", 3635576474, 803732524, Spawn)
  248. AddConversationOption(conversation, "What about Kelethin?", "dlg_8_12")
  249. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  250. StartConversation(conversation, NPC, Spawn, "Near the heart of the Faydark, the most dangerous of the evil hordes arrived in a portal opened between the underworld and our forest, a portal bound by the ancient teleport spires. Wave after wave of Teir'Dal dragoon marched from this portal, a juggernaut marching towards the Koada'Dal city in the clouded mountains, Felwithe. ")
  251. end
  252. function dlg_8_12(NPC, Spawn)
  253. conversation = CreateConversation()
  254. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare012.mp3", "", "", 3204674791, 3928586592, Spawn)
  255. AddConversationOption(conversation, "Then you lost the war?", "dlg_8_13")
  256. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  257. StartConversation(conversation, NPC, Spawn, "The tree city was no target of the dragoons, the orcs of Crushbone kept us under siege, setting much of the Faydark on fire! Within the raging inferno, the dragoons marched to seize Felwithe. It is there that the legendary King Tearis'Thex fell to the dark blade. ")
  258. end
  259. function dlg_8_13(NPC, Spawn)
  260. conversation = CreateConversation()
  261. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare013.mp3", "", "", 3275962358, 3603060383, Spawn)
  262. AddConversationOption(conversation, "What happened to the evil horde?", "dlg_8_14")
  263. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  264. StartConversation(conversation, NPC, Spawn, "Defeat seemed certain, but as we fought futile battles on many fronts, the horns of war were heard along the borders of the Faydark! The brigades of the dwarven empire Kaladim marched in from the western mountains, and from the east came the gnomes of Ak'Anon with their ticking and puffing clockwork army. The elves of the sun would triumph this day. ")
  265. end
  266. function dlg_8_14(NPC, Spawn)
  267. conversation = CreateConversation()
  268. PlayFlavor(NPC, "voiceover/english/optional5/thayare_faystrider/qey_village05/thayare014.mp3", "", "", 2960216728, 621843039, Spawn)
  269. AddConversationOption(conversation, "So the war was not long?", "dlg_8_15")
  270. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  271. StartConversation(conversation, NPC, Spawn, "Greatly outnumbered, the dark hordes were repelled. They retreated to the shadowed realms from whence they came. Some unfortunate ones fled to the Loping Plains seeking a haven in the moors of Mistmoore, never to be heard from again. ")
  272. end
  273. function dlg_8_15(NPC, Spawn)
  274. conversation = CreateConversation()
  275. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare015.mp3", "", "", 4021587135, 1996842290, Spawn)
  276. AddConversationOption(conversation, "How did you end up here?", "dlg_8_16")
  277. AddConversationOption(conversation, "I shall remember your words. Farewell.")
  278. StartConversation(conversation, NPC, Spawn, "Don't let my short tale confuse you. This war raged for more than a few seasons. Blood stained the forest floor, green turned to ash. It was in the final defense of Kelethin that my sister sustained a mortal blow, dying within my arms, her last breath gracing my tear-soaked face. ")
  279. end
  280. function dlg_8_16(NPC, Spawn)
  281. conversation = CreateConversation()
  282. PlayFlavor(NPC, "voiceover/english/optional5/thayare/qey_village05/thayare016.mp3", "", "", 1874720017, 996176396, Spawn)
  283. AddConversationOption(conversation, "I wish you peace. Thank you.")
  284. StartConversation(conversation, NPC, Spawn, "Kelethin and Felwithe were restored under the guidance of the princess Queen, Lenya Thex, but the scars remained, both upon the land and within my memory. I departed the Faydark in search of a new life that would bury my visions of the war, but as I learned, war is eternal and it is far reaching. Since my days in the Faydark, I have traversed much more bloodshed. It is inescapable, yet I live on to defend the Laws of Tunare and to honor those that have fallen, such as my beloved sister Geeda. ")
  285. end
  286. ]]--