RaskHelstot.lua 990 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : SpawnScripts/ElddarGrove/RaskHelstot.lua
  3. Script Purpose : Rask Helstot
  4. Script Author : John Adams
  5. Script Date : 2008.09.28
  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/optional1/rask_helstot/qey_elddar/raskhelstot000.mp3", "", "", 2809197179, 4166706387, Spawn)
  17. AddConversationOption(conversation, "Trees... bah. ", "dlg_19_1")
  18. StartConversation(conversation, NPC, Spawn, "Though it's the only remaining tree of its kind, the Elddar grows ever larger. Perhaps a symbol of Qeynos and her people even more fitting than the Claymore itself.")
  19. end
  20. --[[ raw_conversations
  21. PlayFlavor(NPC, "", "Welcome to the Elddar grove, young one. Enjoy the shelter which the trees provide.", "", 1689589577, 4560189, Spawn)
  22. --]]