Advertisement
FTG82

Quest- Sick Kid

Feb 7th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Options:
  2. N1: Mother NPC
  3. N2: Witch NPC
  4. Lv: 8
  5. ER: 45
  6. XPR: 100
  7. UL: Gah, You're too new. I need someone to help my baby.
  8.  
  9.  
  10. # Begin First NPC #
  11.  
  12. if entity's name is "{@N1}":
  13. if quest progress is "<none>":
  14. if {level.%{_p}%} is greater than or equal to {@Lv}:
  15. send "&7[1/4]&3 {@N1}:&b Hello, Can you help me? My baby she's really sick." to {_p}
  16. {@T}
  17. send "&7[2/4]&3 {@N1}:&b It all happened after the king was kidnapped." to {_p}
  18. {@T}
  19. send "&7[3/4]&3 {@N1}:&b A purple mist came over the world and it killed all the flowers." to {_p}
  20. {@T}
  21. send "&7[4/4]&3 {@N1}:&b And got my baby sick. Please head to the Witch in the fields. She'll be able to help" to {_p}
  22. {@T}
  23. send "&7➤&7&o Quest Started." to {_p}
  24. stop
  25. Else:
  26. send "&7[1/1]&3 {@N1}:&b Thanks you so much for helping me." to {_p}
  27. stop
  28. if quest progress is "S1":
  29. send "&7[1/1]&3 {@N1}:&b Hurry up my babies life's on the line here." to {_p}
  30. stop
  31. if quest progress is "S2":
  32. if {_p}'s inventory contains 1 of {Medicine}:
  33. send "&7[1/4]&3 {@N1}:&b It's about time! What on earth took so long?" to {_p}
  34. {@T}
  35. send "&7[2/4]&3 {@N1}:&b Never mind about that, what did she say? Well?!" to {_p}
  36. {@T}
  37. send "&7[3/4]&3 {@N1}:&b Oh, This should help her?" to {_p}
  38. {@T}
  39. send "&7[4/4]&3 {@N1}:&b Oh thank the gods it worked thank you so much stranger." to {_p}
  40. {@T}
  41. send "&7➤&7&o Quest Completed." to {_p}
  42. stop
  43. if quest progress is "C":
  44. send "&7[1/1]&3 {@N1}:&b Thanks again for helping me, my baby girl lives to walk another day!" to {_p}
  45. stop
  46.  
  47. # Begin Second NPC #
  48.  
  49. if entity's name is "{@N2}":
  50. if quest progress is "<none>":
  51. send "&7[1/1]&3 {@N2}:&b What do you want, mortal?" to {_p}
  52. if quest progress is "S1":
  53. send "&7[1/4]&3 {@N2}:&b What is it you need? Why are you bothering me?." to {_p}
  54. {@T}
  55. send "&7[2/4]&3 {@N2}:&b Oh. The mother of that brat sent you? Ugh. Let me guess, the kid is ill isn't she" to {_p}
  56. {@T}
  57. send "&7[3/4]&3 {@N2}:&b Well tell her to take this a couple times a day and she'll be fine." to {_p}
  58. {@T}
  59. send "&7[4/4]&3 {@N2}:&b Now go I need to find a way to keep my swamps flowers healthy. " to {_p}
  60. {@T}
  61. ## Give player green dye named Medicine##
  62. send "&7➤&7&o Quest Updated." to {_p}
  63. stop
  64. if quest progress is "S2":
  65. send "&7[1/1]&3 {@N2}:&b Stop bothering me and go deliver that medicine to the girl now!" to {_p}
  66. if quest progress is "C":
  67. send "&7[1/1]&3 {@N2}:&b You've completed your task, why are you still bothering me?" to {_p}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement