Advertisement
CenizaRey

A Great Father

Apr 20th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. A Great Father
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Geoff needs you to catch an Eevee for his daughter because he's too busy with work. X774 Y106 Z332
  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=A Great Father;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bI should use the /wiki eevee biome/time/rarity command to help me track one down.)
  23. }
  24. type=chat_npc(uuid=fb23ae85-95ff-4817-b271-33152ccd1da9;chatline1=Well howdy there lil' buddy. My name's Geoff. That's "Jeff" if you prefer. I have a small favour to ask.;chatline2=Now lookie here, my daughter's been askin' and askin' for a new Eevee for the longest time now and I just haven't had time to catch one.;chatline3=I'm so busy with workin' here I just don't have the time to go out and catch one!;chatline4=So I need you to go out and catch an Eevee, and bring it back here, and I'll pay you. Sound good?;chatline5=Alrighty, off you go then!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch an Eevee.
  31. hint=Use the /wiki eevee biome/time/rarity to track one down. Be patient - Eevee is a pretty rare pokemon!
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bYou caught an Eevee! You should return to Geoff.)
  38. }
  39. type=catch_pokemon(spec=Eevee)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=Return to Geoff.
  46. hint=He's in Mary's Cafe in the spawn area. Make sure you have the Eevee in your party!
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. give_money(delay=0;amount=1500)
  53. send_chat(delay=0;message=&bGeoff has given you 1500 pokedollars.)
  54. show_title(delay=7;titletext=A Great Father;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  55. take_pokemon(delay=0;spec=Eevee)
  56. }
  57. conditions
  58. {
  59. carrying_pokemon(flipped=False;spec=Eevee)
  60. }
  61. type=chat_npc(uuid=fb23ae85-95ff-4817-b271-33152ccd1da9;chatline1=Well I'll be, you've gone and done it!;chatline2=Thanks trainer, my daughter's gonna love this little critter. Here's your pay, feel free to come back anytime for a discount!)
  62. }
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement