Advertisement
SoshiSen

Where the Grass is Greener Ch2

Nov 1st, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Where the Grass is Greener Ch2
  2.  
  3. requiredquestpoints=20
  4. rewardquestpoints=2
  5. ignoresquestlimit=False
  6. repeatdays=-1
  7. objectives
  8. {
  9. stage=0
  10. {
  11. {
  12. description=A description
  13. hint=An optional hint
  14. timestocomplete=1
  15. hidden=True
  16. infinite=False
  17. triggers
  18. {
  19. show_title(delay=3;titletext=Where the Grass is greener Ch 2;titlecolour=dark_green;subtitletext=Quest Started)
  20. }
  21. conditions
  22. {
  23. has_completed(flipped=False;completedquestname=Where_the_grass_is_greener)
  24. }
  25. type=chat_npc(uuid=439fcde5-f3be-4373-b457-739fe2f1e0e0;chatline1=Well since youre here I guess you could help me out.;chatline2=Some of the local pokes root around for food.;chatline3=Id like to find out what they eat.;chatline4=Could you persuade some of the Swinub to give up a meal?;chatline5=They are just over the hill behind the Pokecenter.)
  26. }
  27. }
  28. stage=1
  29. {
  30. {
  31. description=Collect the roots
  32. hint=There are two kinds of roots
  33. timestocomplete=1
  34. hidden=False
  35. infinite=False
  36. triggers
  37. {
  38. skip_to_stage(delay=1;stage=2)
  39. }
  40. conditions
  41. {
  42. has_item(flipped=False;itemid=potato;count=1)
  43. has_item(flipped=False;itemid=beetroot;count=1)
  44. }
  45. type=enter_zone(minx=455;maxx=501;miny=78;maxy=115;minz=-1095;maxz=-1068;world=Vanha)
  46. }
  47. {
  48. description=A description
  49. hint=An optional hint
  50. timestocomplete=5
  51. hidden=True
  52. infinite=False
  53. triggers
  54. {
  55. fire_command(delay=0;command=/give PLAYER potato 1 0 {display:{Name:"First Sample"}})
  56. }
  57. type=kill_pokemon(name=swinub)
  58. }
  59. {
  60. description=A description
  61. hint=An optional hint
  62. timestocomplete=8
  63. hidden=True
  64. infinite=False
  65. triggers
  66. {
  67. fire_command(delay=0;command=/give PLAYER beetroot 1 0 {display:{Name:"Second sample"}})
  68. }
  69. type=kill_pokemon(name=swinub)
  70. }
  71. }
  72. stage=2
  73. {
  74. {
  75. description=Bring the samples back to Wilda
  76. hint=She's in the Pokecenter
  77. timestocomplete=1
  78. hidden=False
  79. infinite=False
  80. triggers
  81. {
  82. show_title(delay=3;titletext=Where the Grass is greener Ch 2;titlecolour=dark_green;subtitletext=Quest Completed)
  83. take_item(delay=0;itemid=potato;count=1)
  84. take_item(delay=0;itemid=beetroot;count=1)
  85. }
  86. type=chat_npc(uuid=439fcde5-f3be-4373-b457-739fe2f1e0e0;chatline1=These are perfect!;chatline2=Thank you so much!;chatline3=Im off to Ione, maybe Ill see you there!)
  87. }
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement