Advertisement
SoshiSen

Teleportal

Jun 18th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. Teleportal
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Dr. Graceland has setup a lab above Tesla’s Pokemart to test various pokemon abilities.
  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=3;titletext=Teleportal;titlecolour=dark_green;subtitletext=Quest Started)
  22. }
  23. 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, I can't leave my lab because the stuff in here is pretty volatile, like blow-tesla-to-kingdom-come volatile.;chatline3=I would really appreciate it if you could bring me one at your earliest convenience.)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Bring an Abra to Dr. Graceland
  30. hint=Abras spawn in forests, have it in your party when you turn in.
  31. timestocomplete=1
  32. hidden=False
  33. infinite=False
  34. triggers
  35. {
  36. take_pokemon(delay=2;name=Abra)
  37. }
  38. conditions
  39. {
  40. carrying_pokemon(flipped=False;name=Abra)
  41. }
  42. 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 12 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!)
  43. }
  44. }
  45. stage=2
  46. {
  47. {
  48. description=Collect 12 Ender Pearls
  49. hint=Enderpearls drop from Abras and Endermen
  50. timestocomplete=12
  51. hidden=False
  52. infinite=False
  53. type=obtain_item(itemid=ender pearl)
  54. }
  55. }
  56. stage=3
  57. {
  58. {
  59. description=Bring Dr. Graceland 12 Ender Pearls
  60. hint=Enderpearls drop from Abra and Endermen
  61. timestocomplete=1
  62. hidden=False
  63. infinite=False
  64. triggers
  65. {
  66. take_item(delay=2;itemid=ender pearl;count=12)
  67. }
  68. conditions
  69. {
  70. has_item(flipped=False;itemid=ender pearl;count=12)
  71. }
  72. 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 Enderpearls and how they are able to teleport people in a more controlled manner than the 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 she had managed to get a Chorus tree to fruit and I'd be fascinated in studing them.;chatline5=Just tell her I sent you, and I'm sure she will help you out.)
  73. }
  74. }
  75. stage=4
  76. {
  77. {
  78. description=Talk to Agnes at the Bastion
  79. hint=Look around the Bastion
  80. timestocomplete=1
  81. hidden=False
  82. infinite=False
  83. triggers
  84. {
  85. give_item(delay=0;itemid=Chorus Fruit;count=3)
  86. }
  87. type=chat_npc(uuid=9bb34e8d-2ec7-48bb-b390-6d983e918bdb;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 some time.)
  88. }
  89. }
  90. stage=5
  91. {
  92. {
  93. description=Bring the Chorus fruit to Dr. Graceland
  94. hint=Back in his lab
  95. timestocomplete=1
  96. hidden=False
  97. infinite=False
  98. triggers
  99. {
  100. take_item(delay=2;itemid=Chorus Fruit;count=3)
  101. give_money(delay=0;amount=300)
  102. show_title(delay=3;titletext=Teleportal;titlecolour=dark_green;subtitletext=Quest Complete)
  103. }
  104. conditions
  105. {
  106. has_item(flipped=False;itemid=Chorus Fruit;count=3)
  107. }
  108. 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.;chatline3=I'm not sure why it does this just yet, but I believe it has a link to the Enderpearls, Endermen and Abras;chatline4=Again, thank you so much for your help, now to go and test these and see if I can find some way to harness their power!)
  109. }
  110. }
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement