PirnookValewine.lua 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. --[[
  2. Script Name : SpawnScripts/Baubbleshire/PirnookValewine.lua
  3. Script Purpose : Pirnook Valewine
  4. Script Author : Scatman
  5. Script Date : 2009.09.27
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. conversation = CreateConversation()
  16. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_000.mp3", "", "", 1161953593, 3861334059, Spawn)
  17. AddConversationOption(conversation, "Why the long face?", "dlg_45_1")
  18. AddConversationOption(conversation, "Just as we all have.")
  19. StartConversation(conversation, NPC, Spawn, "Oh! Excuse me for not recognizing your face. I've only just arrived. You know, this place is nice enough, but it still doesn't compare to the Vale ... Aaah, I guess I'll just have to make the best of it.")
  20. end
  21. function dlg_45_1(NPC, Spawn)
  22. FaceTarget(NPC, Spawn)
  23. conversation = CreateConversation()
  24. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_001.mp3", "", "", 469707323, 1438321644, Spawn)
  25. AddConversationOption(conversation, "Well, it sounds like you need to talk about something.", "dlg_45_2")
  26. AddConversationOption(conversation, "So much is lost to us all, but you're among friends now.")
  27. StartConversation(conversation, NPC, Spawn, "Oh, I just miss the Vale terribly, and I know that I'll never see it again. It'll never be as it was before, well, before I came here, anyway.")
  28. end
  29. function dlg_45_2(NPC, Spawn)
  30. FaceTarget(NPC, Spawn)
  31. conversation = CreateConversation()
  32. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_002.mp3", "", "", 2224643347, 542143669, Spawn)
  33. AddConversationOption(conversation, "What have you seen? It's ok, talking will make you feel better.", "dlg_47_3")
  34. AddConversationOption(conversation, "Okay, when you're ready, you'll tell your tale.")
  35. StartConversation(conversation, NPC, Spawn, "You're ... you're right, I do, but I'm hesitant. I think that if I talk about it ... if someone else knows what I've seen, then ... then it'll be real. I don't want it to be real.")
  36. end
  37. function dlg_47_3(NPC, Spawn)
  38. FaceTarget(NPC, Spawn)
  39. conversation = CreateConversation()
  40. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_003.mp3", "", "", 731206016, 291679412, Spawn)
  41. AddConversationOption(conversation, "A lot of things have changed since the Cataclysms. Nothing's the same anymore. ", "dlg_47_4")
  42. StartConversation(conversation, NPC, Spawn, "Well ... I ... I can't, I just can't describe the things I've seen. I can tell you what I feel, and what I think, I suppose. Yes, it's better this way. The world should know that the Vale ... well, it just might not be there anymore, at least not in the way we know it.")
  43. end
  44. function dlg_47_4(NPC, Spawn)
  45. FaceTarget(NPC, Spawn)
  46. conversation = CreateConversation()
  47. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_004.mp3", "", "", 493600233, 1483940215, Spawn)
  48. AddConversationOption(conversation, "Something recently happened in Rivervale?", "dlg_47_5")
  49. StartConversation(conversation, NPC, Spawn, "Oh, I know. But you see, Rivervale and the Misty Thicket were special; they weren't harmed in the Cataclysms! Somehow our lands survived unscathed! It was a paradise when the rest of the world was broken and shattered.")
  50. end
  51. function dlg_47_5(NPC, Spawn)
  52. FaceTarget(NPC, Spawn)
  53. conversation = CreateConversation()
  54. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_005.mp3", "", "", 2664299681, 2936484351, Spawn)
  55. AddConversationOption(conversation, "This sounds really serious. You shouldn't hide this from the world.", "dlg_48_6")
  56. AddConversationOption(conversation, "Alright. You will talk when you're ready.")
  57. StartConversation(conversation, NPC, Spawn, "Yes. It did. Something is happening in the vale at this very moment! It's ... it's terrible! I just ... I just don't want to think about it! I can't! I'm really very sorry, but I just can't. Not yet. I need time, just a little time for the nightmares to go away...")
  58. end
  59. function dlg_48_6(NPC, Spawn)
  60. FaceTarget(NPC, Spawn)
  61. conversation = CreateConversation()
  62. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_006.mp3", "", "", 1731561500, 3691799364, Spawn)
  63. AddConversationOption(conversation, "Calm down! What's happened?! What have you seen?", "dlg_48_7")
  64. StartConversation(conversation, NPC, Spawn, "I know, I know, but you haven't seen what I've seen! You haven't heard the screams in the night! Oh, those ghastly, horrific screams of pain and ... and merriment! Cries of merriment in the slaughter! It's ... it's happening now! Right now! They're suffering and I can't help them! No one can help them!")
  65. end
  66. function dlg_48_7(NPC, Spawn)
  67. FaceTarget(NPC, Spawn)
  68. conversation = CreateConversation()
  69. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_007.mp3", "", "", 3860679298, 1354308742, Spawn)
  70. AddConversationOption(conversation, "Who brings death and suffering?!", "dlg_48_8")
  71. StartConversation(conversation, NPC, Spawn, "Death and suffering! All of them dead and suffering! They ... they bring it! They revel in it! It's like wine and song to them! They're beyond evil, and they won't stop until they reave every last bit of life from the land!")
  72. end
  73. function dlg_48_8(NPC, Spawn)
  74. FaceTarget(NPC, Spawn)
  75. conversation = CreateConversation()
  76. PlayFlavor(NPC, "voiceover/english/optional1/pirnook_valewine/qey_village06/lore_pirnook_008.mp3", "", "", 3545121720, 1853628282, Spawn)
  77. AddConversationOption(conversation, "Pirnook? Pirnook?", "dlg_48_9")
  78. StartConversation(conversation, NPC, Spawn, "Terrible, horrible things in the night. They shriek and howl, and then they sing softly and tenderly and sooth the nightmares away. They're here for all of us; they won't stop until they've drained all life away. Oh no, Launa! My sweet Launa! She's still there! I abandoned her! I had to, my sweet Launa, I had to ... you were lost to them, but I couldn't do it! I just couldn't do it! Oh, please forgive me...")
  79. end