TasksaboardtheFarJourney.lua 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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. if GetLevel(Player) <2 then
  72. SetPlayerLevel(Player,2)
  73. end
  74. AddQuestStepChat(Quest, 9, "I should speak to Captain Varlos.", 1, "Inform Captain Varlos that you have exterminated the vermin.", 11, CaptainVarlos)
  75. AddQuestStepCompleteAction(Quest, 9, "Step9Complete")
  76. end
  77. function Step10Init(Quest, QuestGiver, Player)
  78. UpdateQuestStepDescription(Quest, 9, "I spoke to Captain Varlos.")
  79. 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
  80. AddQuestStepKill(Quest, 10, "I must kill the goblin.", 1, 100, "Captain Varlos has ordered you to kill the escaped goblin.", 11, Goblin)
  81. AddQuestStepCompleteAction(Quest, 10, "QuestComplete")
  82. end
  83. function CurrentStep(Quest, QuestGiver, Player)
  84. if GetQuestStep(Player, 524) == 2 then
  85. i = 1
  86. spawns = GetSpawnListBySpawnID(Player, 270010)
  87. repeat
  88. spawn = GetSpawnFromList(spawns, i-1)
  89. if spawn then
  90. ChangeHandIcon(spawn, 1)
  91. AddPrimaryEntityCommand(nil, spawn)
  92. SpawnSet(NPC, "targetable", 1, true, true)
  93. end
  94. i = i + 1
  95. until spawn == Nil
  96. 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")
  97. FlashWindow(Player, "MainHUD.Experience", 15.0)
  98. SetTutorialStep(Player, 14)
  99. AddPrimaryEntityCommandAllSpawns(Player, 270010, "open", 10, "open")
  100. chest = GetRandomSpawnByID(Player, 270010)
  101. GiveLoot(chest, Player, 0, 185427)
  102. GiveLoot(chest, Player, 0, 20902)
  103. GiveLoot(chest, Player, 0, 15354)
  104. elseif GetQuestStep(Player, 524) == 3 then
  105. 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")
  106. SetTutorialStep(Player, 16)
  107. elseif GetQuestStep(Player, 524) == 5 then
  108. InstructionWindowClose(Player)
  109. 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")
  110. elseif GetQuestStep(Player, 524) == 6 then
  111. InstructionWindowClose(Player)
  112. 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")
  113. elseif GetQuestStep(Player, 524) == 7 then
  114. InstructionWindowClose(Player)
  115. captain = GetSpawn(Player, 270000)
  116. AddTimer(captain, 2000, "get_attention_init", 1, Player)
  117. elseif GetQuestStep(Player, 524) == 8 then
  118. AddPrimaryEntityCommandAllSpawns(Player, 270009, "attack", 10000.0, "attack")
  119. i=1
  120. spawns = GetSpawnListBySpawnID(Player, 270009)
  121. repeat
  122. rat = GetSpawnFromList(spawns, i-1)
  123. if rat then
  124. SetAttackable(rat, 1)
  125. if HasLootItem(rat, 11615) == false then
  126. AddLootItem(rat, 11615)
  127. end
  128. end
  129. i = i + 1
  130. until rat == Nil
  131. if GetQuestStepProgress(Player, 524, 8) == 1 then -- if we already have credit for a kill, remove one rat
  132. delrat = GetRandomSpawnByID(Player, 270009)
  133. Despawn(delrat)
  134. end
  135. if HasItem(Player, 88140) == false and GetClass(Player)>0 then
  136. GiveQuestItem(Quest, Player, "", 88140)
  137. elseif HasItem(Player, 1070013) == false then
  138. GiveQuestItem(Quest, Player, "", 1070013)
  139. end
  140. if HasItemEquipped(Player, 88140) == false then
  141. ShowWindow(Player, "Inventory.Inventory", 0)
  142. 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")
  143. ShowWindow(Player, "MainHUD.StartMenu", 1)
  144. FlashWindow(Player, "MainHUD.StartMenu.inventory", 20.0)
  145. end
  146. elseif GetQuestStep(Player, 524) == 9 then
  147. SetTutorialStep(Player, 49)
  148. 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")
  149. i=1
  150. spawns = GetSpawnListBySpawnID(Player, 270009)
  151. repeat
  152. delrat = GetSpawnFromList(spawns, i-1)
  153. if IsAlive(delrat) then
  154. Despawn(delrat)
  155. end
  156. i = i + 1
  157. until delrat == Nil
  158. elseif GetQuestStep(Player, 524) == 10 then
  159. AddPrimaryEntityCommandAllSpawns(Player, 270008, "attack", 10000.0, "attack")
  160. i=1
  161. spawns = GetSpawnListBySpawnID(Player, 270011)
  162. repeat
  163. cage = GetSpawnFromList(spawns, i-1)
  164. if cage then
  165. Despawn(cage)
  166. end
  167. i = i + 1
  168. until cage == Nil
  169. i=1
  170. spawns = GetSpawnListBySpawnID(Player, 270009)
  171. repeat
  172. delrat = GetSpawnFromList(spawns, i-1)
  173. if delrat then
  174. Despawn(delrat)
  175. end
  176. i = i + 1
  177. until delrat == Nil
  178. end
  179. end
  180. function Step1Complete(Quest, QuestGiver, Player)
  181. GiveExp(Player, 110)
  182. Step2Init(Quest, QuestGiver, Player)
  183. CurrentStep(Quest, QuestGiver, Player)
  184. end
  185. function Step2Complete(Quest, QuestGiver, Player)
  186. Step3Init(Quest, QuestGiver, Player)
  187. CurrentStep(Quest, QuestGiver, Player)
  188. end
  189. function Step3Complete(Quest, QuestGiver, Player)
  190. RemoveItem(Player, WaulonsHat)
  191. GiveQuestItem(Quest, Player, "", 9357)
  192. Step4Init(Quest, QuestGiver, Player)
  193. CurrentStep(Quest, QuestGiver, Player)
  194. end
  195. function Step4Complete(Quest, QuestGiver, Player)
  196. Step5Init(Quest, QuestGiver, Player)
  197. CurrentStep(Quest, QuestGiver, Player)
  198. end
  199. function Step5Complete(Quest, QuestGiver, Player)
  200. Step6Init(Quest, QuestGiver, Player)
  201. CurrentStep(Quest, QuestGiver, Player)
  202. end
  203. function Step6Complete(Quest, QuestGiver, Player)
  204. Step7Init(Quest, QuestGiver, Player)
  205. CurrentStep(Quest, QuestGiver, Player)
  206. end
  207. function Step7Complete(Quest, QuestGiver, Player)
  208. Step8Init(Quest, QuestGiver, Player)
  209. CurrentStep(Quest, QuestGiver, Player)
  210. end
  211. function Step8Complete(Quest, QuestGiver, Player)
  212. Step9Init(Quest, QuestGiver, Player)
  213. CurrentStep(Quest, QuestGiver, Player)
  214. end
  215. function Step9Complete(Quest, QuestGiver, Player)
  216. Step10Init(Quest, QuestGiver, Player)
  217. CurrentStep(Quest, QuestGiver, Player)
  218. end
  219. function QuestComplete(Quest, QuestGiver, Player)
  220. -- The following UpdateQuestStepDescription and UpdateTaskGroupDescription are not needed, parser adds them for completion in case stuff needs to be moved around
  221. UpdateQuestStepDescription(Quest, 10, "I have killed the goblin.")
  222. UpdateQuestTaskGroupDescription(Quest, 10, "I killed the escaped goblin.")
  223. UpdateQuestDescription(Quest, "I completed all the tasks assigned to me by Captain Varlos aboard the Far Journey.")
  224. GiveQuestReward(Quest, Player)
  225. end
  226. function Reload(Quest, QuestGiver, Player, Step)
  227. if Step == 1 then
  228. Step2Init(Quest, QuestGiver, Player)
  229. CurrentStep(Quest, QuestGiver, Player)
  230. elseif Step == 2 then
  231. Step3Init(Quest, QuestGiver, Player)
  232. elseif Step == 3 then
  233. Step4Init(Quest, QuestGiver, Player)
  234. elseif Step == 4 then
  235. Step5Init(Quest, QuestGiver, Player)
  236. elseif Step == 5 then
  237. Step6Init(Quest, QuestGiver, Player)
  238. elseif Step == 6 then
  239. Step7Init(Quest, QuestGiver, Player)
  240. elseif Step == 7 then
  241. Step8Init(Quest, QuestGiver, Player)
  242. elseif Step == 8 then
  243. Step9Init(Quest, QuestGiver, Player)
  244. elseif Step == 9 then
  245. Step10Init(Quest, QuestGiver, Player)
  246. elseif Step == 10 then
  247. QuestComplete(Quest, QuestGiver, Player)
  248. end
  249. end
  250. function Accepted(Quest, QuestGiver, Player)
  251. FaceTarget(QuestGiver, Player)
  252. conversation = CreateConversation()
  253. PlayFlavor(QuestGiver, "voiceover/english/captain_varlos/boat_06p_tutorial02/varlos_0_009.mp3", "", "point", 3537393303, 2188767436, Player)
  254. AddConversationOption(conversation, "Okay.")
  255. 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.")
  256. local Waulon = GetSpawn(QuestGiver, 270002)
  257. FaceTarget(QuestGiver, Waulon)
  258. -- local Ingred = GetSpawn(QuestGiver, 270001)
  259. -- WalkToGeredo(Ingred, Spawn)
  260. end
  261. function Declined(Quest, QuestGiver, Player)
  262. -- Add dialog here for when the quest is declined
  263. end