AthinaePanteraas.lua 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. --[[
  2. Script Name : SpawnScripts/GreaterFaydark/AthinaePanteraas.lua
  3. Script Purpose : Athinae Panteraas <Banker>
  4. Script Author : John Adams
  5. Script Date : 2009.03.01
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function spawn(NPC)
  9. SetPlayerProximityFunction(NPC, 10, "InRange", "LeaveRange")
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function InRange(NPC, Spawn)
  15. end
  16. function LeaveRange(NPC, Spawn)
  17. end
  18. function hailed(NPC, Spawn)
  19. FaceTarget(NPC, Spawn)
  20. conversation = CreateConversation()
  21. PlayFlavor(NPC, "voiceover/english/exp03_questvo/athinae_panteraas/_exp03/exp03_cty_kelethin/tutorials/banker_athinae/banker_athinae001.mp3", "", "", 2060518952, 3837644303, Spawn)
  22. AddConversationOption(conversation, "Lyyti suggested I come speak with you.", "dlg_42_1")
  23. AddConversationOption(conversation, "Nothing today, thanks.")
  24. StartConversation(conversation, NPC, Spawn, "How can I help you today?")
  25. end
  26. function dlg_42_1(NPC, Spawn)
  27. FaceTarget(NPC, Spawn)
  28. conversation = CreateConversation()
  29. PlayFlavor(NPC, "voiceover/english/exp03_questvo/athinae_panteraas/_exp03/exp03_cty_kelethin/tutorials/banker_athinae/banker_athinae002.mp3", "", "", 2898612991, 4167485514, Spawn)
  30. AddConversationOption(conversation, "Do you remember much about Kelethin's past?", "dlg_42_2")
  31. StartConversation(conversation, NPC, Spawn, "Ah, .. GetName(Spawn) .. . You're starting your Rite of Passage already? Why, I remember when your spirit bud was smaller than a wisp! Time flows swiftly these days, faster than in the Rings of old.")
  32. end
  33. function dlg_42_2(NPC, Spawn)
  34. FaceTarget(NPC, Spawn)
  35. conversation = CreateConversation()
  36. PlayFlavor(NPC, "voiceover/english/exp03_questvo/athinae_panteraas/_exp03/exp03_cty_kelethin/tutorials/banker_athinae/banker_athinae003.mp3", "", "", 262079646, 2170522942, Spawn)
  37. AddConversationOption(conversation, "I guess you chose the former! Er, right?", "dlg_42_3")
  38. StartConversation(conversation, NPC, Spawn, "As much as I need to remember. Kelethin was made by the Feir'Dal -- the wood elves. Many of them left or otherwise dwindled away while our Fae spirits continued to grow. My own spirit reacted so strongly to being inside the bank when I started the Rite of Passage that I knew I was destined to be a banker. Or a bank robber!")
  39. end
  40. function dlg_42_3(NPC, Spawn)
  41. FaceTarget(NPC, Spawn)
  42. conversation = CreateConversation()
  43. PlayFlavor(NPC, "voiceover/english/exp03_questvo/athinae_panteraas/_exp03/exp03_cty_kelethin/tutorials/banker_athinae/banker_athinae004.mp3", "", "", 72224709, 2528981910, Spawn)
  44. AddConversationOption(conversation, "That's good to know!", "dlg_42_4")
  45. StartConversation(conversation, NPC, Spawn, "Of course, .. GetName(Spawn) .. . All my memories are tied into financing, tracking the possessions folks place into or take out of their accounts. As a congratulations for beginning your Rite of Passage, we've prepared a banking slot for you. You can store items as well as coin safely here.")
  46. end
  47. function dlg_42_4(NPC, Spawn)
  48. FaceTarget(NPC, Spawn)
  49. conversation = CreateConversation()
  50. PlayFlavor(NPC, "voiceover/english/exp03_questvo/athinae_panteraas/_exp03/exp03_cty_kelethin/tutorials/banker_athinae/banker_athinae005.mp3", "", "", 2118102052, 2064632205, Spawn)
  51. AddConversationOption(conversation, "Thank you!", "dlg_42_5")
  52. StartConversation(conversation, NPC, Spawn, "If you have questions about how banking works, talk to Trainer Kaali at Green Knoll. She's the one who taught me! Meanwhile, I need to tend to our customers' needs. Best wishes on beginning your journey, XXXXXXXX!")
  53. end
  54. --[[ raw_conversations
  55. PlayFlavor(NPC, "voiceover/english/exp03_questvo/athinae_panteraas/_exp03/exp03_cty_kelethin/merchants/banker_athinae_hail_776b2dc1.mp3", "Welcome to the Kelethin First Regional Bank!", "wave", 175096612, 245728640, Spawn)
  56. --]]