Primalcyndaquil

Untitled

Jul 4th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Liquid Cooling
  2.  
  3. islegendary=False
  4. requiredquestpoints=500
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=Seasonal Quest: Gather different items to help in the efforts of cooling down
  8. ignoresquestlimit=False
  9. repeatdays=0
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Start
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=0;titletext=Liquid Cooling;titlecolour=dark_red;subtitletext=Seasonal Quest Start!;subtitlecolour=white)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=The Brimstone Cavern)
  27. }
  28. type=chat_npc(uuid=60871e5e-0824-494f-9048-bde6fcbba801;chatline1=Oh, I've heard about you from the professor!;chatline2=She said you helped scout out the whole Brimstone Cavern.;chatline3=Would you mind helping out with my own little side-project?;chatline4=I'm trying to build mechanical water coolers to protect Nyr from the heat created by the cavern.;chatline5=Please fetch me: 2 buckets of water, 5 aluminium plates and a Blue Shard.;chatline6=Once you've got them all, return to me and I'll reward you with some of our budget.)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Bring the Research Assistant the items.
  35. hint=He needed a Blue shard, 2 Water Buckets and 5 Alum. Plates.
  36. timestocomplete=1
  37. hidden=False
  38. infinite=False
  39. triggers
  40. {
  41. give_money(delay=3;amount=500)
  42. give_item(delay=3;itemid=pixelmon:m_exp_candy;count=1)
  43. show_title(delay=4;titletext=Liquid Cooling;titlecolour=dark_red;subtitletext=Seasonal Quest Complete!;subtitlecolour=white)
  44. fire_command(delay=0;command=mail send PrimalCyndaquil PLAYER completed Liquid Cooling!)
  45. take_item(delay=2;itemid=minecraft:water_bucket;count=2)
  46. take_item(delay=2;itemid=pixelmon:aluminium_plate;count=5)
  47. take_item(delay=2;itemid=pixelmon:blue_shard;count=1)
  48. }
  49. conditions
  50. {
  51. has_item(flipped=False;itemid=pixelmon:blue_shard;count=1)
  52. has_item(flipped=False;itemid=minecraft:water_bucket;count=2)
  53. has_item(flipped=False;itemid=pixelmon:aluminium_plate;count=5)
  54. }
  55. type=chat_npc(uuid=60871e5e-0824-494f-9048-bde6fcbba801;chatline1=Oh! Perfect, this is exactly what I needed.;chatline2=Here, a bit of cash and some EXP Candy.;chatline3=I'll be sure to let the Professor know how you've helped us with this.;chatline4=Oh, and feel free to return if you'd like to help again.)
  56. }
  57. }
  58. }
Add Comment
Please, Sign In to add comment