Advertisement
BlitzAsogi

Rapid Complications

Aug 7th, 2020 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. Rapid Complications
  2.  
  3. islegendary=False
  4. requiredquestpoints=10
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=An engineer in Nogrod needs some help with his invention.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Start Objective
  16. hint=
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=0;titletext=Rapid Complications;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. type=chat_npc(uuid=507c23e9-18a2-41ab-b8a9-306dda05eb69;chatline1=You there, yes, you!;chatline2=You’re a trainer aren’t you? That means you must be interested in my invention!;chatline3=My revolutionary creation here will allow you to capture pokemon easily and effectively!;chatline4=All you need to do is crank the handle and it will spit out pokeballs like no tomorrow!;chatline5=Whaddya say, interested?)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Speak to Engineer Richard
  31. hint=He's in-between the Pokecenter and Pokemart in Nogrod
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. type=chat_npc(uuid=507c23e9-18a2-41ab-b8a9-306dda05eb69;chatline1=I knew you were a smart trainer!;chatline2=Unfortunately, my testing is halted short by some parts being late!;chatline3=Find the person called “The Iron Maiden” in Nyr, she might be a little busy with her orders.;chatline4=Just search for the shorefront houses on decks, she lives in the one with orange decor.)
  36. }
  37. }
  38. stage=2
  39. {
  40. {
  41. description=Speak to the Iron Maiden
  42. hint=She's in Nyr, find the seaside house with Orange Decor
  43. timestocomplete=1
  44. hidden=False
  45. infinite=False
  46. triggers
  47. {
  48. fire_command(delay=0;command=give PLAYER minecraft:end_rod 6 0 {display:{Name:"Iron Tubes",Lore:["A long tube slightly wider than a standard pokeball.","The walls of the tube are fairly thick and heavy."]},HideFlags:1,ench:[{id:0,lvl:1}]})
  49. }
  50. type=chat_npc(uuid=2693ba94-91ab-4588-86de-43fe62e7cee0;chatline1=Oh dear, I’m so sorry.;chatline2=I’ve been so swamped as of late that I haven’t had time to deliver them.;chatline3=Since you’ll have to return to Richard, could you bring him his parts?)
  51. }
  52. }
  53. stage=3
  54. {
  55. {
  56. description=Speak to Engineer Richard
  57. hint=He's He's in-between the Pokecenter and Pokemart in Nogrod
  58. timestocomplete=1
  59. hidden=False
  60. infinite=False
  61. triggers
  62. {
  63. take_item(delay=0;itemid=minecraft:end_rod;count=6)
  64. }
  65. conditions
  66. {
  67. has_item(flipped=False;itemid=minecraft:end_rod;count=6)
  68. }
  69. type=chat_npc(uuid=507c23e9-18a2-41ab-b8a9-306dda05eb69;chatline1=Yes! It works!;chatline2=Well, at least the mechanism does.;chatline3=To effectively test this, I’ll need about 64 pokeballs…;chatline4=I don’t think I could afford that, so perhaps some red apricorns will allow me to grow them.)
  70. }
  71. }
  72. stage=4
  73. {
  74. {
  75. description=Give Engineer Richard 5 red apricorns
  76. hint=He's in-between the Pokecenter and Pokemart in Nogrod
  77. timestocomplete=1
  78. hidden=False
  79. infinite=False
  80. triggers
  81. {
  82. give_item(delay=0;itemid=pixelmon:rocky_helmet;count=1)
  83. give_money(delay=0;amount=500)
  84. show_title(delay=0;titletext=Rapid Complications;titlecolour=dark_green;subtitletext=Quest Complete)
  85. take_item(delay=0;itemid=pixelmon:red_apricorn;count=5)
  86. skip_to_stage(delay=0;stage=100)
  87. }
  88. conditions
  89. {
  90. has_item(flipped=False;itemid=pixelmon:red_apricorn;count=5)
  91. }
  92. type=chat_npc(uuid=507c23e9-18a2-41ab-b8a9-306dda05eb69;chatline1=I knew I could count on you trainer!;chatline2=Here, take this other invention of mine, I taped some rocks to a helmet!;chatline3=I call it the “Rocky Helmet”.;chatline4=What do you mean it already exists?)
  93. }
  94. {
  95. description=OR Give Engineer Richard 64 Pokeballs
  96. hint=He's inbetween the Pokecenter and Pokemart in T
  97. timestocomplete=1
  98. hidden=False
  99. infinite=False
  100. triggers
  101. {
  102. give_item(delay=0;itemid=pixelmon:rocky_helmet;count=1)
  103. give_money(delay=0;amount=750)
  104. show_title(delay=0;titletext=Rapid Complications;titlecolour=dark_green;subtitletext=Quest Complete)
  105. take_item(delay=0;itemid=pixelmon:poke_ball;count=64)
  106. give_item(delay=0;itemid=pixelmon:cherish_ball;count=10)
  107. skip_to_stage(delay=0;stage=100)
  108. }
  109. conditions
  110. {
  111. has_item(flipped=False;itemid=pixelmon:poke_ball;count=64)
  112. }
  113. type=chat_npc(uuid=507c23e9-18a2-41ab-b8a9-306dda05eb69;chatline1=I didn’t expect you to actually obtain this many Pokeballs!;chatline2=Here, please, take this other invention of mine, the “Rocky Helmet”.;chatline3=Of course that won’t nearly cover the cost, so please, take these as well!;chatline4=These “Cherish Balls” are incredibly rare, use them wisely.)
  114. }
  115. }
  116. }
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement