UgarinFarwind.lua 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. --[[
  2. Script Name : SpawnScripts/ScaleYard/UgarinFarwind.lua
  3. Script Purpose : Ugarin Farwind
  4. Script Author : John Adams
  5. Script Date : 2008.10.01
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  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/ugarin_farwind/fprt_hood06/qst_ugarian_hail.mp3", "", "", 3126487551, 1359593271, Spawn)
  17. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  18. AddConversationOption(conversation, "Who are the Halasians?", "dlg_0_1")
  19. StartConversation(conversation, NPC, Spawn, "Greetings. I am Ugarin, lone wolf of the north winds. I am the preserver of the lost lore of the true Halasians.")
  20. end
  21. function dlg_0_1(NPC, Spawn)
  22. FaceTarget(NPC, Spawn)
  23. conversation = CreateConversation()
  24. PlayFlavor(NPC, "voiceover/english/ugarin_farwind/fprt_hood06/quests/ugarianlore/ugarian_lore_initial.mp3", "", "", 735761260, 3737623550, Spawn)
  25. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  26. AddConversationOption(conversation, "Do you know how to get to Halas?", "dlg_0_2")
  27. StartConversation(conversation, NPC, Spawn, "The Halasians were the champions of the frozen realms. They were the first barbarians to truly defy the gods of frost. The Halasians built the grandest city of all, The city of Halas. It was a city of refuge amidst the magnificence of the frozen tundra and its many dangers.")
  28. end
  29. function dlg_0_2(NPC, Spawn)
  30. FaceTarget(NPC, Spawn)
  31. conversation = CreateConversation()
  32. PlayFlavor(NPC, "voiceover/english/ugarin_farwind/fprt_hood06/quests/ugarianlore/ugarian_lore_initial02.mp3", "", "", 224789132, 4122842515, Spawn)
  33. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  34. AddConversationOption(conversation, "There were no survivors? (continue)", "dlg_0_3")
  35. StartConversation(conversation, NPC, Spawn, "Halas is no more. Having survived the furies of Eci, the eternal rage of the ice dragon Vox, and even the massive assaults during the Age of War, it would be the Shattering that brought doom to the city. Many lives were lost, a city toppled, and with that, the horns of Halas would bellow out no more.")
  36. end
  37. function dlg_0_3(NPC, Spawn)
  38. FaceTarget(NPC, Spawn)
  39. conversation = CreateConversation()
  40. PlayFlavor(NPC, "voiceover/english/ugarin_farwind/fprt_hood06/quests/ugarianlore/ugarian_lore_initial03.mp3", "", "", 3911189939, 1411444375, Spawn)
  41. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  42. AddConversationOption(conversation, "You are a Halasian. I can see that glare.", "dlg_0_4")
  43. StartConversation(conversation, NPC, Spawn, "A true Halasian? They're rare, but they do exist. You can tell who they are by the glare in their eyes. A glare that was burned into their eyes as they watched in horror as loved ones were crushed beneath the rain of Luclin and the toppling walls of Halas.")
  44. end
  45. function dlg_0_4(NPC, Spawn)
  46. FaceTarget(NPC, Spawn)
  47. conversation = CreateConversation()
  48. PlayFlavor(NPC, "voiceover/english/ugarin_farwind/fprt_hood06/quests/ugarianlore/ugarian_lore_initial04.mp3", "", "", 94217063, 3012088339, Spawn)
  49. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  50. AddConversationOption(conversation, "Tell me what empires were destroyed.", "dlg_0_5")
  51. StartConversation(conversation, NPC, Spawn, "Perhaps. Or perhaps my eyes have seen too many horrors that swept across all of Norrath. Some say the gods have been silenced. I say we should think first of the many Empires that have been silenced. Friend or foe. Vast or humble. All were silenced.")
  52. end
  53. function dlg_0_5(NPC, Spawn)
  54. FaceTarget(NPC, Spawn)
  55. conversation = CreateConversation()
  56. PlayFlavor(NPC, "voiceover/english/ugarin_farwind/fprt_hood06/quests/ugarianlore/ugarian_lore_initial05.mp3", "", "", 2220307498, 727996650, Spawn)
  57. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  58. AddConversationOption(conversation, "I wish to claim the lost riches of the north. ", "dlg_0_6")
  59. StartConversation(conversation, NPC, Spawn, "I did not say destroyed. I said silenced. We the survivors of the Age of Cataclysms huddle within the few cities of refuge. We have had no contact nor heard any word of the lost empires. It is likely they are destroyed, but we must explore the Shattered Lands to answer this.")
  60. end
  61. function dlg_0_6(NPC, Spawn)
  62. FaceTarget(NPC, Spawn)
  63. conversation = CreateConversation()
  64. PlayFlavor(NPC, "voiceover/english/ugarin_farwind/fprt_hood06/quests/ugarianlore/ugarian_lore_initial06.mp3", "", "", 1174793555, 2983860974, Spawn)
  65. AddConversationOption(conversation, "I cannot speak right now. Goodbye.")
  66. StartConversation(conversation, NPC, Spawn, "The wintry lands are no more. Think only of the uncharted territory beyond the gates. This land has been shattered and reformed. Much is unknown. Leave Halas to memories.")
  67. end