Advertisement
CenizaRey

Teacher's Pet

Apr 20th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. Teacher's Pet
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=A student under the tutelage of Professor Ras in the Science Centre needs to pass a battle test to continue her mentorship. She needs your help to find some of the pokemon she needs. X980 Y131 Z370
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=A description
  15. hint=An optional hint
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_title(delay=10;titletext=Teacher's Pet;titlecolour=yellow;subtitletext=Tier 2 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bSamantha needs a Shuppet, a Natu, and an Eevee, and soon. Better get going.)
  23. }
  24. type=chat_npc(uuid=0996aef3-13fa-432b-a1f1-2dabe565298f;chatline1=Oh goodness, a trainer! That's perfect! That's just what I need!;chatline2=Listen, I'm Samantha. I'm under the tutelage of Professor Ras.;chatline3=She's examining my skills as a train soon and here's the problem: I don't have any pokemon!;chatline4=I've never caught one in my life! ...I may not have been totally honest on my resume...;chatline5=Listen, if you can just get me a Shuppet, a Natu, and an Eevee I'll pay you dividends.;chatline6=Go on! Please! Go! Hurry! Now! Thanks!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch a Shuppet.
  31. hint=Use /wiki to help you.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bShuppet has been caught!)
  38. }
  39. type=catch_pokemon(spec=Shuppet)
  40. }
  41. {
  42. description=Catch a Natu.
  43. hint=Use /wiki to help you.
  44. timestocomplete=1
  45. hidden=False
  46. infinite=False
  47. triggers
  48. {
  49. send_chat(delay=0;message=&bNatu has been caught!)
  50. }
  51. type=catch_pokemon(spec=Natu)
  52. }
  53. {
  54. description=Catch an Eevee.
  55. hint=Use /wiki to help you.
  56. timestocomplete=1
  57. hidden=False
  58. infinite=False
  59. triggers
  60. {
  61. send_chat(delay=0;message=&bEevee has been caught!)
  62. }
  63. type=catch_pokemon(spec=Eevee)
  64. }
  65. }
  66. stage=2
  67. {
  68. {
  69. description=Return to Samantha.
  70. hint=She's in the Science Centre in spawn.
  71. timestocomplete=1
  72. hidden=False
  73. infinite=False
  74. triggers
  75. {
  76. take_pokemon(delay=0;spec=Shuppet)
  77. take_pokemon(delay=0;spec=Natu)
  78. take_pokemon(delay=0;spec=Eevee)
  79. send_chat(delay=0;message=&bSamantha has given you 2500 Pokedollars.)
  80. show_title(delay=0;titletext=Teacher's Pet;titlecolour=yellow;subtitletext=Tier 2 Task complete;subtitlecolour=white)
  81. give_money(delay=0;amount=2500)
  82. }
  83. conditions
  84. {
  85. carrying_pokemon(flipped=False;spec=Shuppet)
  86. carrying_pokemon(flipped=False;spec=Natu)
  87. carrying_pokemon(flipped=False;spec=Eevee)
  88. }
  89. type=chat_npc(uuid=0996aef3-13fa-432b-a1f1-2dabe565298f;chatline1=Oh, thank god! You have them! You really have them!;chatline2=I owe you my whole career! But for now, please just take this. It's a week's pay, can you believe that?!)
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement