CenizaRey

Forgotten Freeze

Sep 2nd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. Forgotten Freeze
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Lee the Eevee Master is having trouble evolving his Eevee. You should see if you can help him. This quest is repeatable every 7 days. X1089 Y173 Z364
  7. ignoresquestlimit=False
  8. repeatdays=7
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=A description
  15. hint=An optional hint
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. conditions
  20. {
  21. has_completed(flipped=False;completedquestname=The Agora of Stratos)
  22. }
  23. type=chat_npc(uuid=25e5e899-83ff-44dd-8ef9-d72e051d59ed;chatline1=So the Eevee has to be close to an ice rock and... Bah! I can't make heads or tails of this!;chatline2=...What's up? What's up?! I can't do it! I can't figure out how to make my Eevee evolve into a Glaceon!;chatline3=Wait a minute... You look like you could help me! Do you know how to evolve Eevee into Glaceon?;chatline4=You do!? That's fantastic! Please, borrow my Eevee and evolve it, and I'll pay you in this weird... Mineral I found!)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Talk to Lee Vagner.
  30. hint=He's the man with the moustache in Spawn.
  31. timestocomplete=1
  32. hidden=True
  33. infinite=False
  34. triggers
  35. {
  36. show_options(delay=2;id=001;name=Lee;text=Help Lee evolve his Eevee into a Glaceon?;choice1=Sure, I'll help you evolve your Eevee.;choice2=No, do it yourself. It really isn't difficult.)
  37. skip_to_stage(delay=3;stage=2)
  38. }
  39. type=chat_npc(uuid=25e5e899-83ff-44dd-8ef9-d72e051d59ed;chatline1=So, what do you say? Do we have a deal?)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=A description
  46. hint=An optional hint
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. show_chat_gui(delay=1;name=Lee Vagner;chatline1=Wonderful, wonderful! Take extra special care of him!;chatline2=I'm sure there's an ice rock around Spawn somewhere...)
  53. give_pokemon(delay=2;spec=Eevee;name=Lee's Eevee)
  54. show_title(delay=3;titletext=Forgotten Freeze;titlecolour=light_purple;subtitletext=Talos Task Started;subtitlecolour=white)
  55. skip_to_stage(delay=4;stage=3)
  56. }
  57. type=choose_option(id=001;choice=1)
  58. }
  59. {
  60. description=A description
  61. hint=An optional hint
  62. timestocomplete=1
  63. hidden=False
  64. infinite=False
  65. triggers
  66. {
  67. show_chat_gui(delay=1;name=Lee Vagner;chatline1=Oh, I see...;chatline2=Well, come back if you change your mind!)
  68. skip_to_stage(delay=3;stage=0)
  69. }
  70. type=choose_option(id=001;choice=2)
  71. }
  72. {
  73. description=Talk to Lee Vagner.
  74. hint=He's the man with the moustache in Spawn.
  75. timestocomplete=1
  76. hidden=False
  77. infinite=False
  78. triggers
  79. {
  80. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  81. skip_to_stage(delay=2;stage=1)
  82. }
  83. type=chat_npc(uuid=25e5e899-83ff-44dd-8ef9-d72e051d59ed)
  84. }
  85. }
  86. stage=3
  87. {
  88. {
  89. description=Evolve Lee's Eevee into a Glaceon, then talk to him again.
  90. hint=He said there was an ice rock somewhere in Spawn, he's waiting in the main spawn building.
  91. timestocomplete=1
  92. hidden=False
  93. infinite=False
  94. triggers
  95. {
  96. take_pokemon(delay=2;spec=Glaceon)
  97. show_title(delay=5;titletext=Forgotten Freeze;titlecolour=light_purple;subtitletext=Talos Task Complete;subtitlecolour=white)
  98. fire_command(delay=3;command=/give PLAYER pixelmon:star_piece 10 0 {display:{Name:"Talos Shards",Lore:["These mysterious crystals are fabricated with molecules that shouldn't exist. Space and Time buckle with every pulse. They are surely gifts from some divine power."]}})
  99. send_chat(delay=4;message=&bThese strange crystals pulse with an unknown energy. Perhaps the mysterious man in the Agora of Stratos will know more about them.)
  100. }
  101. conditions
  102. {
  103. carrying_pokemon(flipped=False;spec=Glaceon)
  104. }
  105. type=chat_npc(uuid=25e5e899-83ff-44dd-8ef9-d72e051d59ed;chatline1=Haha! You did it! Doesn't it look beautiful?;chatline2=Well, a deal's a deal. I only wish I had money to give. Hold onto this, you don't want to lose it! It could come in handy someday!)
  106. }
  107. }
  108. }
Add Comment
Please, Sign In to add comment