Advertisement
CenizaRey

A Gem of Water

May 7th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. A Gem of Water
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Sammy needs you to collect her birthday present from her mother. X859 Y114 Z292
  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=3;titletext=A Gem of Water;titlecolour=green;subtitletext=Tier 1 Task Started;subtitlecolour=white)
  22. send_chat(delay=7;message=&bLooks like Sammy needs my help collecting her birthday present. I should head to the grass/water gym and talk to her mother.)
  23. }
  24. type=chat_npc(uuid=0f7444ab-79c5-4cfd-a028-904d5d2f5815;chatline1=Hey! You look like you have some fast pokemon, could you give me a hand?;chatline2=Okay so here's the thing, it's my birthday! My mother's a maintenance lady at the grass/water gym and I hear she has a present for me.;chatline3=Thing is, I have a swimming tournament tomorrow so I can't use up my energy walking all the way over there!;chatline4=Do you think you can go to the grass/water gym and collect my present for me? Thanks a million!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Talk to Sammy's Mother.
  31. hint=She should be at the grass/water gym.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. fire_command(delay=0;command=/give PLAYER pixelmon:water_gem 1 0)
  38. send_chat(delay=2;message=&bI have the water gem. I should head back to Sammy and give her her present.)
  39. }
  40. type=chat_npc(uuid=fe703ab8-5d06-4a1d-b26a-f1aa54a40bc1;chatline1=Hmm? What's that dearie?;chatline2=Oh! Sammy's present! Of course, yes! I definitely remembered!;chatline3=...And uh, here it is! A water gem. Tell her not to spend it all in one place!)
  41. }
  42. }
  43. stage=2
  44. {
  45. {
  46. description=Return to Swimmer Sammy
  47. hint=She should be in the market
  48. timestocomplete=1
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. show_title(delay=3;titletext=A Gem of Water;titlecolour=green;subtitletext=Tier 1 Task Complete;subtitlecolour=white)
  54. give_money(delay=0;amount=1500)
  55. take_item(delay=0;itemid=pixelmon:water_gem;count=1)
  56. }
  57. conditions
  58. {
  59. has_item(flipped=False;itemid=Water Gem)
  60. }
  61. type=chat_npc(uuid=0f7444ab-79c5-4cfd-a028-904d5d2f5815;chatline1=A-ha! My present! A flawless water gem!;chatline2=This'll sell for a pretty penny... Thanks again trainer, here's your cut.)
  62. }
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement