AGriffonTamer.lua 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. --[[
  2. Script Name : SpawnScripts/Antonica/AGriffonTamer.lua
  3. Script Purpose : a griffon tamer (2490000)
  4. Script Author : Neatz09
  5. Script Date : 2/5/19
  6. Script Notes :
  7. --]]
  8. local GriffonEggs = 112
  9. function spawn(NPC)
  10. ProvidesQuest(NPC, GriffonEggs)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. FaceTarget(NPC, Spawn)
  17. conversation = CreateConversation()
  18. if CanReceiveQuest(Spawn, GriffonEggs) then
  19. -- Start Quest
  20. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1052.mp3", "", "", 0, 0, Spawn)
  21. AddConversationOption(conversation, "I was wondering if there were any errands you needed help with.", "dlg_0_1")
  22. AddConversationOption(conversation, "I would like to travel.", "dlg_1_1")
  23. AddConversationOption(conversation, "I am fine staying here, thanks.")
  24. StartConversation(conversation, NPC, Spawn, "Greetings traveler, how can I assist you today?")
  25. elseif GetQuestStep(Spawn, GriffonEggs) == 2 then
  26. -- Turn in the quest
  27. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1004.mp3", "", "", 0, 0, Spawn)
  28. SetStepComplete(Spawn, GriffonEggs, 2)
  29. AddConversationOption(conversation, "I hope she grows up healthy and strong!")
  30. StartConversation(conversation, NPC, Spawn, "Oh, my, that's a gorgeous egg! Let me just put it down right over here. Our thanks, it's going to be rough for the handlers to raise all these!")
  31. else
  32. -- Finished Quest
  33. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_2_1042.mp3", "", "", 0, 0, Spawn)
  34. AddConversationOption(conversation, "I would like to travel.", "dlg_1_1")
  35. AddConversationOption(conversation, "Nowhere.")
  36. StartConversation(conversation, NPC, Spawn, "Greetings traveler, how can I assist you today?")
  37. end
  38. end
  39. function dlg_0_1(NPC, Spawn)
  40. FaceTarget(NPC, Spawn)
  41. conversation = CreateConversation()
  42. AddConversationOption(conversation, "They certainly have. These look very sturdy, but I don't see many griffins about.", "dlg_0_2")
  43. StartConversation(conversation, NPC, Spawn, "It's been a real treat watching this tower be built by all the artisans. They've done a marvelous job getting it ready for our flying friends.")
  44. end
  45. function dlg_0_2(NPC, Spawn)
  46. FaceTarget(NPC, Spawn)
  47. conversation = CreateConversation()
  48. AddConversationOption(conversation, "So if you had some more griffons, the scheduling would be better?", "dlg_0_3")
  49. AddConversationOption(conversation, "This sounds like a scheduling problem I don't want anything to do with.")
  50. StartConversation(conversation, NPC, Spawn, "These towers were built very fast, and we were unable to get the griffin stock up to what it should be. This has made scheduling flights very difficult.")
  51. end
  52. function dlg_0_3(NPC, Spawn)
  53. FaceTarget(NPC, Spawn)
  54. conversation = CreateConversation()
  55. AddConversationOption(conversation, "Sure, sounds like a deal.", "dlg_0_4")
  56. StartConversation(conversation, NPC, Spawn, "Oh, certainly. But they've got to be trained properly from birth, really. I'll tell you what, if you grab an unhatched griffin egg and return it to any of us tamers, you will be rewarded handsomely. How's that sound?")
  57. end
  58. function dlg_0_4(NPC, Spawn)
  59. OfferQuest(NPC, Spawn, GriffonEggs)
  60. end
  61. function dlg_1_1(NPC, Spawn)
  62. FaceTarget(NPC, Spawn)
  63. local con = CreateConversation()
  64. if GetSpawnLocationID(NPC) == 182250 then
  65. AddConversationOption(con, "To Steppes Station.", "QeynosToSteppes")
  66. AddConversationOption(con, "To Oracle Station.", "QeynosToOracle")
  67. elseif GetSpawnLocationID(NPC) == 182249 then
  68. AddConversationOption(con, "To Qeynos Station.", "OracleToQeynos")
  69. AddConversationOption(con, "To Steppes Station.", "OracleToSteppes")
  70. elseif GetSpawnLocationID(NPC) == 182248 then
  71. AddConversationOption(con, "To Qeynos Station.", "SteppesToQeynos")
  72. AddConversationOption(con, "To Oracle Station.", "SteppesToOracle")
  73. else
  74. PlayFlavor(NPC, "", "Not implemented yet!", "cry", 0, 0, Spawn)
  75. end
  76. AddConversationOption(con, "Nowhere.")
  77. StartConversation(con, NPC, Spawn, "Where to?")
  78. end
  79. function QeynosToSteppes(NPC, Spawn)
  80. StartAutoMount(Spawn, 84)
  81. SetMount(Spawn, 225)
  82. end
  83. function QeynosToOracle(NPC, Spawn)
  84. StartAutoMount(Spawn, 85)
  85. SetMount(Spawn, 225)
  86. end
  87. function OracleToQeynos(NPC, Spawn)
  88. StartAutoMount(Spawn, 88)
  89. SetMount(Spawn, 225)
  90. end
  91. function OracleToSteppes(NPC, Spawn)
  92. StartAutoMount(Spawn, 89)
  93. SetMount(Spawn, 225)
  94. end
  95. function SteppesToQeynos(NPC, Spawn)
  96. StartAutoMount(Spawn, 86)
  97. SetMount(Spawn, 225)
  98. end
  99. function SteppesToOracle(NPC, Spawn)
  100. StartAutoMount(Spawn, 87)
  101. SetMount(Spawn, 225)
  102. end
  103. --[[ raw_conversations
  104. PlayFlavor(NPC, "", "Fun, fun, fun! This big old tower, built for griffons, and yet... there just don't seem to be any around. Thinking about helping us out?", "", 1689589577, 4560189, Spawn)
  105. PlayFlavor(NPC, "", "You can scramble 'em, boil 'em, fry 'em... oh, wait... were we talking about griffon eggs or chicken eggs?", "", 1689589577, 4560189, Spawn)
  106. PlayFlavor(NPC, "", "I say... you haven't seen any griffon eggs around, have you? We sure could use some!", "", 1689589577, 4560189, Spawn)
  107. --]]