Advertisement
CenizaRey

A Mystic Force

Apr 20th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. A Mystic Force
  2.  
  3. requiredquestpoints=7
  4. rewardquestpoints=2
  5. canpreview=true
  6. previewtext=Psychic Sally is studying how small size affects the psychic potential of various species of pokemon. She needs your help to find them. X955 Y178 Z840
  7. ignoresquestlimit=False
  8. repeatdays=-1
  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. triggers
  20. {
  21. show_title(delay=10;titletext=A Mystic Force;titlecolour=red;subtitletext=Tier 3 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bThat was... Odd. But Sally was right. All the details of your task are somehow written down in your quest book.)
  23. }
  24. type=chat_npc(uuid=a778989c-0dd3-4226-b15e-207eaaed8413;chatline1=You don't need to say anything. I've already foreseen this entire exchange.;chatline2=You know what you need to do. In your mind. In fact, you've already written it down in your quest book.;chatline3=Complete the task, and make sure you follow it to the letter. Nothing else will do.)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch a Pygmy Abra.
  31. hint=It MUST be a pygmy.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bAbra has been caught! If it isn't a pygmy, catch one that is!)
  38. }
  39. type=catch_pokemon(spec=Abra)
  40. }
  41. {
  42. description=Catch a Pygmy Gastly.
  43. hint=It MUST be a pygmy.
  44. timestocomplete=1
  45. hidden=False
  46. infinite=False
  47. triggers
  48. {
  49. send_chat(delay=0;message=&bGastly has been caught! If it isn't a pygmy, catch one that is!)
  50. }
  51. type=catch_pokemon(spec=Gastly)
  52. }
  53. {
  54. description=Catch a Pygmy Solosis.
  55. hint=It MUST be a pygmy.
  56. timestocomplete=1
  57. hidden=False
  58. infinite=False
  59. triggers
  60. {
  61. send_chat(delay=0;message=&bSolosis has been caught! If it isn't a pygmy, catch one that is!)
  62. }
  63. type=catch_pokemon(spec=Solosis)
  64. }
  65. }
  66. stage=2
  67. {
  68. {
  69. description=Return to Sally.
  70. hint=She's in the Flying/Psychic gym.
  71. timestocomplete=1
  72. hidden=True
  73. infinite=False
  74. triggers
  75. {
  76. show_title(delay=7;titletext=A Mystic Force;titlecolour=red;subtitletext=Tier 3 Task complete;subtitlecolour=white)
  77. send_chat(delay=0;message=&bSally gives you 4000 Pokedollars.)
  78. give_money(delay=0;amount=4000)
  79. take_pokemon(delay=0;spec=Abra)
  80. take_pokemon(delay=0;spec=Gastly)
  81. take_pokemon(delay=0;spec=Solosis)
  82. }
  83. conditions
  84. {
  85. carrying_pokemon(flipped=False;spec=Abra;growth=Pygmy)
  86. carrying_pokemon(flipped=False;spec=Gastly;growth=Pygmy)
  87. carrying_pokemon(flipped=False;spec=Solosis;growth=Pygmy)
  88. }
  89. type=chat_npc(uuid=a778989c-0dd3-4226-b15e-207eaaed8413;chatline1=Ah, the Prophet returns with the pokemon.;chatline2=Excellent work, though you didn't know it needed to be done.;chatline3=Thank you for contributing to my research, Prophet. Take this money for your trouble.)
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement