Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. GatheringOfItems:
  2. texts:
  3. description: "<1>Get 40 Planks, CobbleStone, and 25 Spider eye for Granny_Bacon!"
  4. completion: "<2>Mission Completed."
  5. acceptance: "Use <6> /quest status &f for quest status!"
  6. repeats: -1
  7. delay: 30
  8. requirements:
  9. '0':
  10. type: quest # Requires a quest to be completed prior.
  11. quest: "GatheringOfItems"
  12. initial:
  13. objectives:
  14. '0':
  15. '0':
  16. type: collect
  17. materialid: 375
  18. amount: 25
  19. optional: False
  20. finishhere: False
  21. message: "After your done getting the spider eyes, go get some cobble stone!"
  22. '1':
  23. '0':
  24. type: collect
  25. materialid: 4
  26. amount: 40
  27. optional: False
  28. finishhere: False
  29. message: "After your done getting cobblestone, Go chop down some trees for planks!"
  30. '2':
  31. '0':
  32. type: collect
  33. materialid: 5
  34. amount: 40
  35. optional: False
  36. finishhere: False
  37. message: "After your done gathering wood, go back to Granny Bacon!"
  38. '3':
  39. '0':
  40. type: delivery
  41. materialid: 375
  42. amount: 25
  43. npcdestination: Granny_Bacon
  44. optional: False
  45. finishhere: False
  46. message: "After your at Granny Bacon's house, kindly give her all the items she requested!"
  47. '1':
  48. type: delivery
  49. materialid: 4
  50. amount: 40
  51. npcdestination: Granny_Bacon
  52. optional: False
  53. finishhere: False
  54. message: "There is more items to give her. Such as the 40 CobbleStone and 40 Planks."
  55. '2':
  56. type: delivery
  57. materialid: 5
  58. amount: 40
  59. npcdestination: Granny_Bacon
  60. optional: False
  61. finishhere: True
  62. message: "Good Job!"
  63. rewards:
  64. '0':
  65. type: money
  66. money: 800
  67. '1':
  68. type: item
  69. id: 67
  70. amount: 10
  71. take: True
  72. '2':
  73. type: item
  74. id: 323
  75. amount: 1
  76. take: True
Add Comment
Please, Sign In to add comment