TasksaboardtheFarJourney.lua 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. --[[
  2. Script Name : TasksaboardtheFarJourney.lua
  3. Script Purpose : Handles the quest, "Tasks aboard the Far Journey"
  4. Script Author : Cynnar
  5. Script Date : 2/23/2020
  6. Script Notes :
  7. Zone : Hallmark
  8. Quest Giver :
  9. Preceded by : None
  10. Followed by : None
  11. --]]
  12. local Waulon = 270002
  13. local CaptainVarlos = 270000
  14. local Ingrid = 270001
  15. local ARat = 270009
  16. local Goblin = 270008
  17. local WaulonsHat = 15354
  18. local ShardOfLucin = 12565
  19. function Init(Quest)
  20. AddQuestStepChat(Quest, 1, "I should speak to Waulon.", 1, "Captain Varlos has asked me to speak to Waulon.", 11, Waulon)
  21. AddQuestStepCompleteAction(Quest, 1, "Step1Complete")
  22. end
  23. function Step2Init(Quest, QuestGiver, Player)
  24. UpdateQuestStepDescription(Quest, 1, "I spoke to Waulon.")
  25. UpdateQuestTaskGroupDescription(Quest, 1, "I spoke to Waulon as Captain Varlos had asked of me.")
  26. AddQuestStepObtainItem(Quest, 2, "I should start by opening boxes on the deck.", 1, 100, "Waulon has asked me to look for his hat in one of the boxes on the deck.", 11, WaulonsHat)
  27. AddQuestStepCompleteAction(Quest, 2, "Step2Complete")
  28. end
  29. function Step3Init(Quest, QuestGiver, Player)
  30. SetTutorialStep(Player, 17)
  31. UpdateQuestStepDescription(Quest, 2, "I found Waulon's hat.")
  32. UpdateQuestTaskGroupDescription(Quest, 2, "I found Waulon's hat in one of the boxes.")
  33. AddQuestStepChat(Quest, 3, "I should speak to Waulon.", 1, "Now that I found Waulon's hat, I should return it.", 258, Waulon)
  34. AddQuestStepCompleteAction(Quest, 3, "Step3Complete")
  35. end
  36. function Step4Init(Quest, QuestGiver, Player)
  37. UpdateQuestStepDescription(Quest, 3, "I returned Waulon's hat to him.")
  38. UpdateQuestTaskGroupDescription(Quest, 3, "I returned Waulon's hat.")
  39. AddQuestStepChat(Quest, 4, "I should speak to Ingrid.", 1, "Waulon has asked me to speak to Ingrid.", 11, Ingrid)
  40. AddQuestStepCompleteAction(Quest, 4, "Step4Complete")
  41. end
  42. function Step5Init(Quest, QuestGiver, Player)
  43. UpdateQuestStepDescription(Quest, 4, "I have spoken to Ingrid as Waulon had asked.")
  44. UpdateQuestTaskGroupDescription(Quest, 4, "I have spoken to Ingrid.")
  45. AddQuestStepObtainItem(Quest, 5, "I should find a way to buy the shard from Merchant Vim.", 1, 100, "Ingrid would like me to buy her a Shard of Luclin.", 11, ShardOfLucin)
  46. AddQuestStepCompleteAction(Quest, 5, "Step5Complete")
  47. SetTutorialStep(Player, 24)
  48. end
  49. function Step6Init(Quest, QuestGiver, Player)
  50. UpdateQuestStepDescription(Quest, 5, "I have purchased a Shard of Luclin.")
  51. UpdateQuestTaskGroupDescription(Quest, 5, "I purchased a Shard of Luclin.")
  52. AddQuestStepChat(Quest, 6, "Return to Ingrid.", 1, "Ingrid would like me to give her the Shard of Luclin.", 183, Ingrid)
  53. AddQuestStepCompleteAction(Quest, 6, "Step6Complete")
  54. SetTutorialStep(Player, 30)
  55. end
  56. function Step7Init(Quest, QuestGiver, Player)
  57. UpdateQuestStepDescription(Quest, 6, "I gave the Shard of Luclin to Ingrid.")
  58. UpdateQuestTaskGroupDescription(Quest, 6, "I gave the Shard of Luclin to Ingrid.")
  59. AddQuestStepChat(Quest, 7, "I should speak to Captain Varlos again.", 1, "Captain Varlos is trying to get my attention.", 11, CaptainVarlos)
  60. AddQuestStepCompleteAction(Quest, 7, "Step7Complete")
  61. end
  62. function Step8Init(Quest, QuestGiver, Player)
  63. UpdateQuestStepDescription(Quest, 7, "I spoke with Captain Varlos as Ingrid has asked of me.")
  64. UpdateQuestTaskGroupDescription(Quest, 7, "I have spoken to Captain Varlos.")
  65. AddQuestStepKill(Quest, 8, "I must kill the rats on the deck.", 2, 100, "Captain Varlos has asked me to kill the rats on the deck.", 99, ARat)
  66. AddQuestStepCompleteAction(Quest, 8, "Step8Complete")
  67. end
  68. function Step9Init(Quest, QuestGiver, Player)
  69. UpdateQuestStepDescription(Quest, 8, "I have killed the rats.")
  70. UpdateQuestTaskGroupDescription(Quest, 8, "I killed the rats that Captain Varlos requested.")
  71. AddQuestStepChat(Quest, 9, "I should speak to Captain Varlos.", 1, "Inform Captain Varlos that you have exterminated the vermin.", 11, CaptainVarlos)
  72. AddQuestStepCompleteAction(Quest, 9, "Step9Complete")
  73. end
  74. function Step10Init(Quest, QuestGiver, Player)
  75. UpdateQuestStepDescription(Quest, 9, "I spoke to Captain Varlos.")
  76. UpdateQuestTaskGroupDescription(Quest, 9, "I spoke to Captain Varlos.") --this this is not 100% like Live but seeing the same entry in your journal for step 9 and 10 like Live is dumb
  77. AddQuestStepKill(Quest, 10, "I must kill the goblin.", 1, 100, "Captain Varlos has ordered you to kill the escaped goblin.", 11, Goblin)
  78. AddQuestStepCompleteAction(Quest, 10, "QuestComplete")
  79. end
  80. function CurrentStep(Quest, QuestGiver, Player)
  81. if GetQuestStep(Player, 524) == 2 then
  82. i = 1
  83. spawns = GetSpawnListBySpawnID(Player, 270010)
  84. repeat
  85. spawn = GetSpawnFromList(spawns, i-1)
  86. if spawn then
  87. ChangeHandIcon(spawn, 1)
  88. end
  89. i = i + 1
  90. until spawn == Nil
  91. InstructionWindow(Player, -1.0, "You completed the first part of the quest. As you complete quests and defeat enemies, you earn experience points. This is represented in your experience point display. Filling your experience point display is always a requirement to gain your next level. As you gain levels, you will gain access to more powerful skills and abilities.", "voiceover/english/narrator/boat_06p_tutorial02/narrator_011_f16aa848.mp3", 1702963584, 3318288731, "tutorial_stage_15", "", "continue")
  92. FlashWindow(Player, "MainHUD.Experience", 15.0)
  93. SetTutorialStep(Player, 14)
  94. AddPrimaryEntityCommandAllSpawns(Player, 270010, "open", 10, "open")
  95. chest = GetRandomSpawnByID(Player, 270010)
  96. GiveLoot(chest, Player, 0, 185427)
  97. GiveLoot(chest, Player, 0, 20902)
  98. GiveLoot(chest, Player, 0, 15354)
  99. elseif GetQuestStep(Player, 524) == 3 then
  100. InstructionWindow(Player, -1.0, "The items are now in your inventory.", "voiceover/english/narrator/boat_06p_tutorial02/narrator_014_eaa89ef7.mp3", 361706387, 1106127199, "tutorial_stage_18", "", "continue")
  101. SetTutorialStep(Player, 16)
  102. elseif GetQuestStep(Player, 524) == 5 then
  103. InstructionWindowClose(Player)
  104. InstructionWindow(Player, -1.0, "A merchant is a special type of character who buys and sells things. Find and double left click on Merchant Vim to start a transaction.", "voiceover/english/narrator/boat_06p_tutorial02/narrator_020_6ea052d3.mp3", 4250953579, 3003156164, "tutorial_stage_24", "Double left click on Merchant Vim.", "server")
  105. elseif GetQuestStep(Player, 524) == 6 then
  106. InstructionWindowClose(Player)
  107. InstructionWindow(Player, -1.0, "You have made the first of many purchases. Now close the merchant window and speak to Ingrid to complete the quest.", "voiceover/english/narrator/boat_06p_tutorial02/narrator_026_d484fa8d.mp3", 4213145594, 1811880905, "tutorial_stage_31", "Return to Ingrid and speak to her.", "server")
  108. elseif GetQuestStep(Player, 524) == 7 then
  109. InstructionWindowClose(Player)
  110. captain = GetSpawn(Player, 270000)
  111. AddTimer(captain, 2000, "get_attention_init", 1, Player)
  112. elseif GetQuestStep(Player, 524) == 8 then
  113. AddPrimaryEntityCommandAllSpawns(Player, 270009, "attack", 10000.0, "attack")
  114. i=1
  115. spawns = GetSpawnListBySpawnID(Player, 270009)
  116. repeat
  117. rat = GetSpawnFromList(spawns, i-1)
  118. if rat then
  119. SetAttackable(rat, 1)
  120. if HasLootItem(rat, 11615) == false then
  121. AddLootItem(rat, 11615)
  122. end
  123. end
  124. i = i + 1
  125. until rat == Nil
  126. if GetQuestStepProgress(Player, 524, 8) == 1 then -- if we already have credit for a kill, remove one rat
  127. delrat = GetRandomSpawnByID(Player, 270009)
  128. Despawn(delrat)
  129. end
  130. if HasItem(Player, 88140) == false then
  131. GiveImmediateQuestReward(Quest, Player, 0, 0, "88140")
  132. end
  133. if HasItemEquipped(Player, 88140) == false then
  134. ShowWindow(Player, "Inventory.Inventory", 0)
  135. InstructionWindow(Player, -1.0, "Open your inventory by clicking the inventory button, then right click on the club the Captain just gave you.", "voiceover/english/narrator/boat_06p_tutorial02/narrator_028_458903e8.mp3", 4151437794, 834827635, "equipping_weapons", "Open your inventory. (click on the inventory button)", "open Inventory")
  136. ShowWindow(Player, "MainHUD.StartMenu", 1)
  137. FlashWindow(Player, "MainHUD.StartMenu.inventory", 20.0)
  138. end
  139. elseif GetQuestStep(Player, 524) == 9 then
  140. SetTutorialStep(Player, 49)
  141. InstructionWindow(Player, -1.0, "You have earned enough experience to gain a level. Congratulations.", "voiceover/english/narrator/boat_06p_tutorial02/narrator_046_7e59cd54.mp3", 3272157184, 1454283978, "tutorial_stage_50", "", "continue")
  142. i=1
  143. spawns = GetSpawnListBySpawnID(Player, 270009)
  144. repeat
  145. delrat = GetSpawnFromList(spawns, i-1)
  146. if IsAlive(delrat) then
  147. Despawn(delrat)
  148. end
  149. i = i + 1
  150. until delrat == Nil
  151. elseif GetQuestStep(Player, 524) == 10 then
  152. AddPrimaryEntityCommandAllSpawns(Player, 270008, "attack", 10000.0, "attack")
  153. i=1
  154. spawns = GetSpawnListBySpawnID(Player, 270011)
  155. repeat
  156. cage = GetSpawnFromList(spawns, i-1)
  157. if cage then
  158. Despawn(cage)
  159. end
  160. i = i + 1
  161. until cage == Nil
  162. i=1
  163. spawns = GetSpawnListBySpawnID(Player, 270009)
  164. repeat
  165. delrat = GetSpawnFromList(spawns, i-1)
  166. if delrat then
  167. Despawn(delrat)
  168. end
  169. i = i + 1
  170. until delrat == Nil
  171. end
  172. end
  173. function Step1Complete(Quest, QuestGiver, Player)
  174. GiveExp(Player, 110)
  175. Step2Init(Quest, QuestGiver, Player)
  176. CurrentStep(Quest, QuestGiver, Player)
  177. end
  178. function Step2Complete(Quest, QuestGiver, Player)
  179. Step3Init(Quest, QuestGiver, Player)
  180. CurrentStep(Quest, QuestGiver, Player)
  181. end
  182. function Step3Complete(Quest, QuestGiver, Player)
  183. RemoveItem(Player, WaulonsHat)
  184. GiveImmediateQuestReward(Quest, Player, 0, 0, "9357")
  185. Step4Init(Quest, QuestGiver, Player)
  186. CurrentStep(Quest, QuestGiver, Player)
  187. end
  188. function Step4Complete(Quest, QuestGiver, Player)
  189. Step5Init(Quest, QuestGiver, Player)
  190. CurrentStep(Quest, QuestGiver, Player)
  191. end
  192. function Step5Complete(Quest, QuestGiver, Player)
  193. Step6Init(Quest, QuestGiver, Player)
  194. CurrentStep(Quest, QuestGiver, Player)
  195. end
  196. function Step6Complete(Quest, QuestGiver, Player)
  197. Step7Init(Quest, QuestGiver, Player)
  198. CurrentStep(Quest, QuestGiver, Player)
  199. end
  200. function Step7Complete(Quest, QuestGiver, Player)
  201. Step8Init(Quest, QuestGiver, Player)
  202. CurrentStep(Quest, QuestGiver, Player)
  203. end
  204. function Step8Complete(Quest, QuestGiver, Player)
  205. Step9Init(Quest, QuestGiver, Player)
  206. CurrentStep(Quest, QuestGiver, Player)
  207. end
  208. function Step9Complete(Quest, QuestGiver, Player)
  209. Step10Init(Quest, QuestGiver, Player)
  210. CurrentStep(Quest, QuestGiver, Player)
  211. end
  212. function QuestComplete(Quest, QuestGiver, Player)
  213. -- The following UpdateQuestStepDescription and UpdateTaskGroupDescription are not needed, parser adds them for completion in case stuff needs to be moved around
  214. UpdateQuestStepDescription(Quest, 10, "I have killed the goblin.")
  215. UpdateQuestTaskGroupDescription(Quest, 10, "I killed the escaped goblin.")
  216. UpdateQuestDescription(Quest, "I completed all the tasks assigned to me by Captain Varlos aboard the Far Journey.")
  217. GiveQuestReward(Quest, Player)
  218. end
  219. function Reload(Quest, QuestGiver, Player, Step)
  220. if Step == 1 then
  221. Step2Init(Quest, QuestGiver, Player)
  222. elseif Step == 2 then
  223. Step3Init(Quest, QuestGiver, Player)
  224. elseif Step == 3 then
  225. Step4Init(Quest, QuestGiver, Player)
  226. elseif Step == 4 then
  227. Step5Init(Quest, QuestGiver, Player)
  228. elseif Step == 5 then
  229. Step6Init(Quest, QuestGiver, Player)
  230. elseif Step == 6 then
  231. Step7Init(Quest, QuestGiver, Player)
  232. elseif Step == 7 then
  233. Step8Init(Quest, QuestGiver, Player)
  234. elseif Step == 8 then
  235. Step9Init(Quest, QuestGiver, Player)
  236. elseif Step == 9 then
  237. Step10Init(Quest, QuestGiver, Player)
  238. elseif Step == 10 then
  239. QuestComplete(Quest, QuestGiver, Player)
  240. end
  241. end
  242. function Accepted(Quest, QuestGiver, Player)
  243. FaceTarget(QuestGiver, Player)
  244. conversation = CreateConversation()
  245. PlayFlavor(QuestGiver, "voiceover/english/captain_varlos/boat_06p_tutorial02/varlos_0_009.mp3", "", "point", 3537393303, 2188767436, Player)
  246. AddConversationOption(conversation, "Okay.")
  247. StartConversation(conversation, QuestGiver, Player, "Whoa there, the seas are gettin' a bit angry. Go speak ta' me first mate, Waulon. He might have something for ya' ta' do.")
  248. local Waulon = GetSpawn(QuestGiver, 270002)
  249. FaceTarget(QuestGiver, Waulon)
  250. end
  251. function Declined(Quest, QuestGiver, Player)
  252. -- Add dialog here for when the quest is declined
  253. end