Advertisement
CenizaRey

Star of the Sea

Apr 20th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Star of the Sea
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Fisherman Bobby heard that you helped his brother get the water pokemon he wanted. He wants to see you for a similar task. X933 Y125 Z358
  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. send_chat(delay=10;message=&bBobby seems to be just as strange as his brother. It doesn't matter though, as long as he pays. I can do /wiki staryu biome/rarity/time to judge when, where, and how often a Staryu can spawn.)
  22. show_title(delay=10;titletext=Star of the Sea;titlecolour=green;subtitletext=Tier 1 Task Started;subtitlecolour=white)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Deadliest Catch)
  27. }
  28. type=chat_npc(uuid=36f45586-4929-4c7d-a79c-79943a88c7a8;chatline1=You must be that trainer who caught those crab pokemon for my brother. I must say they were certainly delici-- nevermind.;chatline2=Listen, I need your expertise for something similar. As I look out into the ocean at night, I see a bright crimson light shining in the depths.;chatline3=It must be a Staryu. And not just any Staryu either, the one that produced a light like that must be ENORMOUS.;chatline4=Here's the thing: I want it. I need you to dive into the ocean and catch an enormous Staryu.;chatline5=Not ordinary, not huge, not even giant. Only ENORMOUS will do. Capiche?;chatline6=I'll make it worth your while. Good luck, and make sure you have it in your party when you come back!)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Catch an Enormous size Staryu
  35. hint=Do /wiki Staryu biome/time/rarity to see where, when, and how often Staryu spawns. It MUST be enormous size.
  36. timestocomplete=1
  37. hidden=False
  38. infinite=False
  39. triggers
  40. {
  41. send_chat(delay=0;message=&bYou caught a Staryu! Make sure it's enormous size. If it isn't, catch another one that is!)
  42. }
  43. type=catch_pokemon(spec=Staryu)
  44. }
  45. }
  46. stage=2
  47. {
  48. {
  49. description=Return to Fisherman Bobby.
  50. hint=He's at the lodge at spawn.
  51. timestocomplete=1
  52. hidden=False
  53. infinite=False
  54. triggers
  55. {
  56. fire_command(delay=0;command=/give PLAYER pixelmon:water_stone 1 0)
  57. give_money(delay=0;amount=1500)
  58. send_chat(delay=0;message=&bBobby has given you a water stone and 1500 pokedollars.)
  59. show_title(delay=7;titletext=Star of the Sea;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  60. }
  61. conditions
  62. {
  63. carrying_pokemon(flipped=False;spec=Staryu;growth=Enormous)
  64. }
  65. type=chat_npc(uuid=36f45586-4929-4c7d-a79c-79943a88c7a8;chatline1=Haha! You have it! The ruby of the sea itself!;chatline2=Thanks kid, this really is something special... Tell you what, why don't you keep it? All I wanted was a glimpse of the thing.;chatline3=I'll pay you for your time too. Who says I'm not generous?)
  66. }
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement