Advertisement
Primalcyndaquil

Untitled

Oct 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. Where the Grass is Greener Ch1
  2.  
  3. requiredquestpoints=10
  4. rewardquestpoints=3
  5. canpreview=true
  6. previewtext=A worried father asking you to check in on his daughter.
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=Find Wilda in Ione
  15. hint=Ione is the Water gym town
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_title(delay=4;titletext=Where the Grass is Greener Ch1;titlecolour=dark_green;subtitletext=Quest Started)
  22. }
  23. type=chat_npc(uuid=da5eb8f6-9d2b-461e-8f58-4e5da6cbb602;chatline1=Hello there, are you a trainer?;chatline2=Oh, good! So you'll be traveling to all the different towns.;chatline3=My daughter is doing the same, though for a different reason.;chatline4=She's really good with plants, and Nogrod isn't really a good place for that.;chatline5=While she will eventually end up in Arvandor, she's traveling to other towns first.;chatline6=Could you look in on her? If you hurry, you might meet her in Ione.)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Find Wilda in Ione.
  30. hint=She is in the Ione Pokecenter.
  31. timestocomplete=1
  32. hidden=False
  33. infinite=False
  34. type=chat_npc(uuid=3757f9e8-22d5-45aa-a177-ec3069fd7b13;chatline1=My father sent you? He's so over protective.;chatline2=Well, since you're here, I guess you could help me out.;chatline3=I was out collecting water samples from around the town when I was attacked.;chatline4=I'm fine, but I lost my samples in the fight.;chatline5=Think you could help me collect them again?)
  35. }
  36. }
  37. stage=2
  38. {
  39. {
  40. description=Collect the samples from the giant statue in Ione.
  41. hint=Check out the Giant Jellyfish statue in Ione, built into a wall.
  42. timestocomplete=1
  43. hidden=False
  44. infinite=False
  45. triggers
  46. {
  47. send_chat(delay=0;message=&bOnce you reach edge of the water, you collect a sample.)
  48. }
  49. type=enter_zone(minx=101;maxx=108;miny=79;maxy=81;minz=-641;maxz=-633;world=Vanha)
  50. }
  51. {
  52. description=Collect the samples from the Ione Gym.
  53. hint=Check out the right hand side of the gym.
  54. timestocomplete=1
  55. hidden=False
  56. infinite=False
  57. triggers
  58. {
  59. send_chat(delay=1;message=&bAs you start to collect the samples, a Sharpedo jumps from the water and attacks you!)
  60. spawn_and_battle(delay=3;name=Sharpedo;level=50;bossLevel=1)
  61. }
  62. type=enter_zone(minx=215;maxx=221;miny=97;maxy=99;minz=-649;maxz=-633;world=Vanha)
  63. }
  64. {
  65. description=Collect the samples from the beach.
  66. hint=Near the small marketplace, west of Ione .
  67. timestocomplete=1
  68. hidden=False
  69. infinite=False
  70. triggers
  71. {
  72. send_chat(delay=0;message=&bOnce you reach the beach, you get a sample from the water's edge.)
  73. }
  74. type=enter_zone(minx=43;maxx=60;miny=62;maxy=65;minz=-670;maxz=-650;world=Vanha)
  75. }
  76. }
  77. stage=3
  78. {
  79. {
  80. description=Return to Wilda.
  81. hint=She's at the Pokecenter in Ione.
  82. timestocomplete=1
  83. hidden=False
  84. infinite=False
  85. triggers
  86. {
  87. give_money(delay=0;amount=250)
  88. show_title(delay=5;titletext=Where the Grass is Greener Ch1;titlecolour=dark_green;subtitletext=Quest Completed)
  89. }
  90. type=chat_npc(uuid=3757f9e8-22d5-45aa-a177-ec3069fd7b13;chatline1=Wow, that was fast.;chatline2=You got all of them already? And no trouble?;chatline3=What, it attacked you too? Your pokemon must be stronger than mine to survive.;chatline4=Maybe I should get some pointers for you. Or just keep you around.;chatline5=Thank you for your hard work.;chatline6=I'm heading to Skadi next, look me up when you get in town.)
  91. }
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement