Advertisement
FTG82

Quest-guard

Feb 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Options:
  2. N1: Guard NPC
  3. Lv: 10
  4. ER: 48
  5. XPR: 350
  6. UL: Gah, You'd get killed across this bridge newbie come back when you're level 10.
  7.  
  8.  
  9. # Begin First NPC #
  10.  
  11. if entity's name is "{@N1}":
  12. if quest progress is "<none>":
  13. if {level.%{_p}%} is greater than or equal to {@Lv}:
  14. send "&7[1/4]&3 {@N1}:&b Hello, you look strong. Mind helping a old guard out?" to {_p}
  15. {@T}
  16. send "&7[2/4]&3 {@N1}:&b But first i have to test you." to {_p}
  17. {@T}
  18. send "&7[3/4]&3 {@N1}:&b Go to the plains west of Gabriels castle." to {_p}
  19. {@T}
  20. send "&7[4/4]&3 {@N1}:&b Bring back &d[20 Boar Meat]&b!" to {_p}
  21. {@T}
  22. send "&7➤&7&o Quest Started." to {_p}
  23. stop
  24. Else:
  25. send "&7[1/1]&3 {@N1}:&b You'd get killed coming across this bridge newbie! Come back when you're level 10!" to {_p}
  26. stop
  27. if quest progress is "S1":
  28. if {_p}'s inventory contains 20 of {Boar Meat}:
  29. send "&7[1/3]&3 {@N1}:&b Okay, so you're strong." to {_p}
  30. {@T}
  31. send "&7[2/3]&3 {@N1}:&b Okay, now that I know that you are strong mind taking care of some bonies." to {_p}
  32. {@T}
  33. send "&7[3/3]&3 {@N1}:&b They are over in those old ruins over there. Bring me back &d[25 Bones]&b!" to {_p}
  34. {@T}
  35. send "&7➤&7&o Quest Updated." to {_p}
  36. stop
  37. Else:
  38. send "&7[1/1]&3 {@N1}:&b What you can't kill the boars yet?" to {_p}
  39. if quest progress is "S2":
  40. if {_p}'s inventory contains 25 of {Bones}:
  41. send "&7[1/4]&3 {@N1}:&b It's about time I was beginning to think you died." to {_p}
  42. {@T}
  43. send "&7[2/4]&3 {@N1}:&b So did you kill those monsters?" to {_p}
  44. {@T}
  45. send "&7[3/4]&3 {@N1}:&b You did that's amazing." to {_p}
  46. {@T}
  47. send "&7[4/4]&3 {@N1}:&b You can cross the bridge whenever you want now and here's a few Emerald Shards" to {_p}
  48. {@T}
  49. send "&7➤&7&o Quest Completed." to {_p}
  50. Else:
  51. send "&7[1/1]&3 {@N1}:&b What you can't kill the bonies yet?" to {_p}
  52. if quest progress is "C":
  53. send "&7[1/1]&3 {@N1}:&b Thanks again for helping me, I can now take my naps in peace." to {_p}
  54. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement