Advertisement
CenizaRey

Sweet Tooth

Apr 20th, 2019
1,635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. Sweet Tooth
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Baker Mary is opening a Cafe in spawn and she needs some Miltank to help her. X768 Y105 Z334
  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=Sweet Tooth;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bI should use the /wiki miltank biome/time/rarity command to help me track them down.)
  23. }
  24. type=chat_npc(uuid=e6be3b94-46fb-4e44-b60a-b61c11af3d17;chatline1=Well I'll be! If it ain't that cute little trainer with the rosy cheeks!;chatline2=Am I glad to see you! Listen sugar, I'm openin' up a Cafe here and I'm needin' 3 Miltank to help me out.;chatline3=I need their cream for all sorts'a things! Like icin', coffee, tea, all that cushy junk.;chatline4=Can you be a darlin' and go catch 'em for me? I'll pay y'all for your trouble!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch 3 Miltank.
  31. hint=Use the /wiki biome/time/rarity command to help find the Miltank.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bYou caught a Miltank! You just need 2 more.)
  38. }
  39. type=catch_pokemon(spec=Miltank)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=Catch 2 Miltank.
  46. hint=Use the /wiki biome/time/rarity command to help find the Miltank.
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. send_chat(delay=0;message=&bYou caught a Miltank! You just need 1 more.)
  53. }
  54. type=catch_pokemon(spec=Miltank)
  55. }
  56. }
  57. stage=3
  58. {
  59. {
  60. description=Catch 1 Miltank.
  61. hint=Use the /wiki biome/time/rarity command to help find the Miltank.
  62. timestocomplete=1
  63. hidden=False
  64. infinite=False
  65. triggers
  66. {
  67. send_chat(delay=0;message=&bYou caught a Miltank! That should be enough!)
  68. }
  69. type=catch_pokemon(spec=Miltank)
  70. }
  71. }
  72. stage=4
  73. {
  74. {
  75. description=Return to Baker Mary
  76. hint=She's in her cafe in the spawn area.
  77. timestocomplete=1
  78. hidden=False
  79. infinite=False
  80. triggers
  81. {
  82. take_pokemon(delay=0;spec=Miltank)
  83. take_pokemon(delay=0;spec=Miltank)
  84. take_pokemon(delay=0;spec=Miltank)
  85. give_money(delay=0;amount=1500)
  86. fire_command(delay=0;command=/give PLAYER minecraft:cake 1 0)
  87. send_chat(delay=0;message=&bMary has given you a cake and 1500 pokedollars.)
  88. show_title(delay=0;titletext=Sweet Tooth;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  89. }
  90. conditions
  91. {
  92. carrying_pokemon(flipped=False;spec=Miltank)
  93. carrying_pokemon(flipped=False;spec=Miltank)
  94. carrying_pokemon(flipped=False;spec=Miltank)
  95. }
  96. type=chat_npc(uuid=e6be3b94-46fb-4e44-b60a-b61c11af3d17;chatline1=You are an angel! Thank ya darlin'. Now I can finally open my Cafe!;chatline2=Have yourself some cake on the house for your troubles. A little extra money too!)
  97. }
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement