Advertisement
FTG82

Quest- Sick Kid

Mar 25th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Options:
  2. N1: Eloise
  3. N2: Gabisile
  4. Lv: 8
  5. ER: 45
  6. XPR: 100
  7.  
  8. # Begin First NPC #
  9.  
  10. if entity's name is "{@N1}":
  11. if quest progress is "<none>":
  12. if {level.%{class.%{_p}%}.%{_p}%} is greater than or equal to {@Lv}:
  13. send "&7[1/4]&3 {@N1}:&b Hello, Can you help me? My baby she's really sick." to {_p}
  14. {@T}
  15. send "&7[2/4]&3 {@N1}:&b It all happened after the king was kidnapped." to {_p}
  16. {@T}
  17. send "&7[3/4]&3 {@N1}:&b A purple mist came over the world and it killed all the flowers." to {_p}
  18. {@T}
  19. 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}
  20. {@T}
  21. send "&7➤&7&o Quest Started." to {_p}
  22. stop
  23. Else:
  24. send "&7[1/1]&3 {@N1}:&b Gah, You're too new. I need someone to help my baby." to {_p}
  25. stop
  26. if quest progress is "S1":
  27. send "&7[1/1]&3 {@N1}:&b Hurry up my babies life's on the line here." to {_p}
  28. stop
  29. if quest progress is "S2":
  30. if {_p}'s inventory contains 1 of {acylup}:
  31. send "&7[1/4]&3 {@N1}:&b It's about time! What on earth took so long?" to {_p}
  32. {@T}
  33. send "&7[2/4]&3 {@N1}:&b Never mind about that, what did she say? Well?!" to {_p}
  34. {@T}
  35. send "&7[3/4]&3 {@N1}:&b Oh, This should help her?" to {_p}
  36. {@T}
  37. send "&7[4/4]&3 {@N1}:&b Oh thank the gods it worked. Thank you so much stranger." to {_p}
  38. {@T}
  39. send "&7➤&7&o Quest Completed." to {_p}
  40. stop
  41. if quest progress is "C":
  42. send "&7[1/1]&3 {@N1}:&b Thanks again for helping me, my baby girl lives to walk another day!" to {_p}
  43. stop
  44.  
  45. # Begin Second NPC #
  46.  
  47. if entity's name is "{@N2}":
  48. if quest progress is "<none>":
  49. send "&7[1/1]&3 {@N2}:&b What do you want, mortal?" to {_p}
  50. if quest progress is "S1":
  51. send "&7[1/4]&3 {@N2}:&b What is it you need? Why are you bothering me?" to {_p}
  52. {@T}
  53. 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}
  54. {@T}
  55. 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}
  56. {@T}
  57. send "&7[4/4]&3 {@N2}:&b Now go I need to find a way to keep my swamps flowers healthy. " to {_p}
  58. {@T}
  59. ## Give player green dye named acylup##
  60. send "&7➤&7&o Quest Updated." to {_p}
  61. stop
  62. if quest progress is "S2":
  63. send "&7[1/1]&3 {@N2}:&b Stop bothering me and go deliver that medicine to the girl now!" to {_p}
  64. if quest progress is "C":
  65. 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