Advertisement
Primalcyndaquil

Untitled

Sep 6th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. Teleportal
  2.  
  3. islegendary=False
  4. requiredquestpoints=30
  5. rewardquestpoints=2
  6. canpreview=true
  7. previewtext=Dr. Graceland has setup a lab above Tesla’s Pokemart to discover how things teleport.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Talk to Dr. Graceland
  16. hint=In Tesla
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=8;titletext=Teleportal;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. type=chat_npc(uuid=032d1cb6-aa99-4583-8e46-4c007dfa796c;chatline1=Hello, would you mind helping me?;chatline2=I can pay well, I just really need you to bring me an Abra.;chatline3=I can't leave my lab, because the stuff in here is pretty volatile. Like, blow-Tesla-to-kingdom-come volatile.;chatline4=I would really appreciate it if you could bring me one at your earliest convenience.)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Bring an Abra to Dr. Graceland
  31. hint=Abras spawn in forests, bring it with you to him in Tesla
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. take_pokemon(delay=1;spec=Abra !egg)
  38. }
  39. conditions
  40. {
  41. carrying_pokemon(flipped=False;spec=Abra !egg)
  42. }
  43. type=chat_npc(uuid=032d1cb6-aa99-4583-8e46-4c007dfa796c;chatline1=Eureka! My hunch was right!;chatline2=*He murmurs something you can't quite understand.*;chatline3=Okay, sorry to ask something of you again, but can you please bring me 5 ender pearls?;chatline4=If I can figure out how these creatures are teleporting, I can hopefully invent a way for us to harness it ourselves.;chatline5=I could make it so people can travel from city to city in an instant, maybe even beyond.;chatline6=The sky is no longer the limit!)
  44. }
  45. }
  46. stage=2
  47. {
  48. {
  49. description=Collect 5 Ender Pearls
  50. hint=Ender pearls drop from Abras, Spoinks, and Ralts. Enderman don't on this server
  51. timestocomplete=5
  52. hidden=False
  53. infinite=False
  54. type=obtain_item(itemid=ender pearl)
  55. }
  56. }
  57. stage=3
  58. {
  59. {
  60. description=Bring Dr. Graceland the 5 ender pearls
  61. hint=He's still on the top floor of the Pokemart building
  62. timestocomplete=1
  63. hidden=False
  64. infinite=False
  65. triggers
  66. {
  67. take_item(delay=2;itemid=ender pearl;count=5)
  68. }
  69. conditions
  70. {
  71. has_item(flipped=False;itemid=ender pearl;count=5)
  72. }
  73. type=chat_npc(uuid=032d1cb6-aa99-4583-8e46-4c007dfa796c;chatline1=Brilliant! I believe there is a link between Abras and Endermen in the way that they teleport.;chatline2=Give me some time to look into these ender pearls and how they're able to teleport people in a more controlled manner than chorus fruit.;chatline3=Actually, speaking of that, can you go get some for me?;chatline4=My old friend Agnes lives at the Bastion and studies biology. Last I recalled, there are a bunch of chorus fruit trees there now.;chatline5=Just tell her I sent you, and I'm sure she will help you out.)
  74. }
  75. }
  76. stage=4
  77. {
  78. {
  79. description=Talk to Agnes at the Bastion
  80. hint=Their house is a bit in ruins
  81. timestocomplete=1
  82. hidden=False
  83. infinite=False
  84. triggers
  85. {
  86. give_item(delay=8;itemid=Chorus Fruit;count=3)
  87. }
  88. type=chat_npc(uuid=288a798d-8ad0-4646-9b2e-0894184c47f6;chatline1=Ah, so Newton is still at it, huh?;chatline2=That boy was always fascinated by teleportation ever since he went through the portal that first time.;chatline3=He did jump through half a dozen times, claiming he saw something when he went through, but that's just hogwash.;chatline4=No one else has seen a thing, but he's adamant about it even now.;chatline5=Anywho, you need some chorus fruit, right?;chatline6=Here, take some, and tell Newton I said hello, and that he should come over for some tea sometime.)
  89. }
  90. }
  91. stage=5
  92. {
  93. {
  94. description=Bring the chorus fruit to Dr. Graceland
  95. hint=Back in his lab in Tesla
  96. timestocomplete=1
  97. hidden=False
  98. infinite=False
  99. triggers
  100. {
  101. take_item(delay=2;itemid=Chorus Fruit;count=3)
  102. give_money(delay=5;amount=500)
  103. show_title(delay=8;titletext=Teleportal;titlecolour=dark_green;subtitletext=Quest Completed)
  104. }
  105. conditions
  106. {
  107. has_item(flipped=False;itemid=Chorus Fruit;count=3)
  108. }
  109. type=chat_npc(uuid=032d1cb6-aa99-4583-8e46-4c007dfa796c;chatline1=Thank you so much for this! I'm on the cusp of discovery, I can just feel it!;chatline2=Chorus fruit have an interesting property in which when eaten, will teleport the consumer a few feet away at random.;chatline3=I'm not sure why it does this just yet, but I believe it has a link to the other items you collected.;chatline4=Again, thank you so much for your help.;chatline4=Now to go and test these and see if I can find some way to harness their power!)
  110. }
  111. }
  112. }
  113.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement