Advertisement
BlitzAsogi

Icy Delights

Jul 7th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. Icy Delights
  2.  
  3. requiredquestpoints=5
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Another busy day for the ice cream man in Agni. He's running out of ice cream, and needs you to get more. Watch out for hungry kids!
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=
  15. hint=
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_chat_gui(delay=0;name=Paul;chatline1=Hey you! Yeah you, want some ice cream?;chatline2=Come over here!)
  22. show_title(delay=3;titletext=Icy Delights;titlecolour=dark_green;subtitletext=Quest Started!)
  23. }
  24. type=enter_zone(minx=-587;maxx=-606;miny=36;maxy=40;minz=-52;maxz=-62;world=Vanha)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Talk to the Ice Cream man
  31. hint=He's in the ice cream truck in Agni
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. type=chat_npc(uuid=55490f8a-5877-4495-b937-fefabcf3fe76;chatline1=Look, I’m sorry I called you over here, but I’ve just realised I am running out of ice cream!;chatline2=My delivery is running pretty late, would you be able to go check on it at the warehouse?;chatline3=I would go do it myself, but I’ve got too many people to serve here!;chatline4=Look for the big iron door due east of here.;chatline5=If it's closed, you might need to enter through the housing section.;chatline6=Best of luck to you, the people of agni hope so too!)
  36. }
  37. }
  38. stage=2
  39. {
  40. {
  41. description=Talk to the warehouse owner
  42. hint=The warehouse is on the east side of Agni, maybe you need to find the right entrance.
  43. timestocomplete=1
  44. hidden=False
  45. infinite=False
  46. triggers
  47. {
  48. fire_command(delay=6;command=/give PLAYER pixelmon:box 1 0)
  49. }
  50. type=chat_npc(uuid=46a2acc2-ed9e-44f5-94f6-f65ce8fd5895;chatline1=Hello, what can I do for you today?;chatline2=You're here to pick up the ice cream shipment? Here you go.;chatline3=Sorry it was late, we had some trouble with some kids out back.;chatline4=Guess they really love this ice cream!)
  51. }
  52. {
  53. description=Talk to Andrew
  54. hint=He is inside the house atop the warehouse
  55. timestocomplete=1
  56. hidden=False
  57. infinite=True
  58. type=chat_npc(uuid=790ceec5-80a8-41d5-a001-10668123c0ae;chatline1=What are you doing in here? Can't a man have some rest?;chatline2=Ah, the warehouse owner? Sorry bout that.;chatline3=I closed the unloading bay as i was clocking off.;chatline4=If you need to meet him urgently, go down the stairs, It'll lead into the warehouse)
  59. }
  60. }
  61. stage=3
  62. {
  63. {
  64. description=Defeat the kid!
  65. hint=The kid is by the stairs to the warehouse, in Agni.
  66. timestocomplete=1
  67. hidden=False
  68. infinite=False
  69. triggers
  70. {
  71. skip_to_stage(delay=4;stage=5)
  72. }
  73. type=defeat_trainer(uuid=b9e11a97-4efb-41ff-a167-e98f3933026c)
  74. }
  75. {
  76. description=A description
  77. hint=An optional hint
  78. timestocomplete=1
  79. hidden=True
  80. infinite=False
  81. triggers
  82. {
  83. warp(delay=2;world=Vanha;x=-512;y=39;z=-98)
  84. skip_to_stage(delay=0;stage=4)
  85. }
  86. type=lose_to_trainer(uuid=b9e11a97-4efb-41ff-a167-e98f3933026c)
  87. }
  88. {
  89. description=Head back to Paul
  90. hint=He's in the ice cream truck in Agni
  91. timestocomplete=1
  92. hidden=True
  93. infinite=False
  94. triggers
  95. {
  96. send_chat(delay=1;message=&bA child stops you in your tracks, he won't let you past without a fight!)
  97. }
  98. type=enter_zone(minx=-538;maxx=-548;miny=0;maxy=100;minz=-93;maxz=-106;world=Vanha)
  99. }
  100. }
  101. stage=4
  102. {
  103. {
  104. description=Talk to Tony
  105. hint=He's in the warehouse
  106. timestocomplete=1
  107. hidden=False
  108. infinite=False
  109. triggers
  110. {
  111. skip_to_stage(delay=0;stage=3)
  112. }
  113. type=chat_npc(uuid=46a2acc2-ed9e-44f5-94f6-f65ce8fd5895;chatline1=Oh, the kid tried to get the ice cream did he?;chatline2=Well? What are you waiting for, go get him!)
  114. }
  115. }
  116. stage=5
  117. {
  118. {
  119. description=Head back to Paul
  120. hint=He's waiting for you at the ice cream truck
  121. timestocomplete=1
  122. hidden=False
  123. infinite=False
  124. triggers
  125. {
  126. show_title(delay=5;titletext=Icy Delights;titlecolour=dark_green;subtitletext=Quest Complete!)
  127. give_money(delay=2;amount=100)
  128. take_item(delay=2;itemid=box;count=1)
  129. give_item(delay=3;itemid=pixelmon:casteliacone;count=1)
  130. }
  131. conditions
  132. {
  133. has_item(flipped=False;itemid=box;count=1)
  134. }
  135. type=chat_npc(uuid=55490f8a-5877-4495-b937-fefabcf3fe76;chatline1=Hey, you’re back! With my ice cream too, thank you so much!;chatline2=I think you deserve this after all that hard work.;chatline3=After all, it's pretty hot outside today!)
  136. }
  137. }
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement