EzriaMLinar.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/Longshadow/EzriaMLinar.lua
  3. Script Purpose : Ezria M'Linar
  4. Script Author : John Adams
  5. Script Date : 2008.09.29
  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/merchant_ezria_milnar/fprt_hood05/std_de_female_ezria_mlinar.mp3", "", "", 1300269011, 2618097834, Spawn)
  17. AddConversationOption(conversation, "I'm still deciding. I'll let you know if I want anything.", "dlg_1_1")
  18. AddConversationOption(conversation, "What is Neriak?")
  19. StartConversation(conversation, NPC, Spawn, "Ah. How lovely. Perhaps you are a fellow sophisticate with a palate for the finer things? I am a vintner, you see. Ezria M'Linar is my name. My wines capture the essence of a long lost Neriak.")
  20. end
  21. function dlg_1_1(NPC, Spawn)
  22. FaceTarget(NPC, Spawn)
  23. conversation = CreateConversation()
  24. PlayFlavor(NPC, "voiceover/english/merchant_ezria_milnar/fprt_hood05/std_de_female_ezria_mlinar003.mp3", "", "", 1051883363, 861878972, Spawn)
  25. AddConversationOption(conversation, "Who are the Teir'Dal?")
  26. StartConversation(conversation, NPC, Spawn, "Oh my. Please. Are you youngsters so ignorant of history? Neriak is the ancient homeland of the Teir'Dal, lost for centuries beneath the forest lands to the north.")
  27. end
  28. function dlg_1_2(NPC, Spawn)
  29. FaceTarget(NPC, Spawn)
  30. conversation = CreateConversation()
  31. PlayFlavor(NPC, "voiceover/english/merchant_ezria_milnar/fprt_hood05/std_de_female_ezria_mlinar004.mp3", "", "", 2552789619, 2468887624, Spawn)
  32. AddConversationOption(conversation, "Ok.", "dlg_1_3")
  33. StartConversation(conversation, NPC, Spawn, "I weep for the future. Teir'Dal, my poor uninformed friend, is the proper elvish name for the dark elf race. Now please. Leave me be.")
  34. end