Advertisement
SoshiSen

Where the Grass is Greener Ch5

Nov 1st, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Where the Grass is Greener Ch5
  2.  
  3. requiredquestpoints=30
  4. rewardquestpoints=3
  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 5;titlecolour=dark_green;subtitletext=Quest Started)
  20. }
  21. conditions
  22. {
  23. has_completed(flipped=False;completedquestname=where_the_grass_is_greener_ch4)
  24. }
  25. type=chat_npc(uuid=3925a346-cc21-44ad-967f-1ca19f65abf9;chatline1=Now that youre here lets get to work;chatline2=Im going to collect samples from the lower area around the town;chatline3=I want you to collect samples from the farmland across the bridge;chatline4=I need a sample from each crop type)
  26. }
  27. }
  28. stage=1
  29. {
  30. {
  31. description=Collect a soil sample from Wheat
  32. hint=Find a big patch of Wheat to collect the sample
  33. timestocomplete=1
  34. hidden=False
  35. infinite=False
  36. triggers
  37. {
  38. send_chat(delay=0;message=&bAfter collecting the sample you are attacked!)
  39. spawn_and_battle(delay=1;name=Murkrow;level=60;bossLevel=1)
  40. }
  41. type=enter_zone(minx=181;maxx=187;miny=111;maxy=113;minz=1026;maxz=1033;world=Vanha)
  42. }
  43. {
  44. description=Collect a soil sample from Carrots
  45. hint=Find a big patch of Carrots to collect the sample
  46. timestocomplete=1
  47. hidden=False
  48. infinite=False
  49. triggers
  50. {
  51. send_chat(delay=0;message=&bAfter collecting the sample you are attacked!)
  52. spawn_and_battle(delay=1;name=Scyther;level=60;bossLevel=1)
  53. }
  54. type=enter_zone(minx=193;maxx=199;miny=111;maxy=113;minz=1027;maxz=1034;world=Vanha)
  55. }
  56. {
  57. description=Collect a soil sample from Potatoes
  58. hint=Find a big patch of Potatoes collect the sample
  59. timestocomplete=1
  60. hidden=False
  61. infinite=False
  62. triggers
  63. {
  64. send_chat(delay=0;message=&bAfter collecting the sample you are attacked!)
  65. spawn_and_battle(delay=1;name=Aerodactyl;level=60;bossLevel=1)
  66. }
  67. type=enter_zone(minx=200;maxx=208;miny=111;maxy=113;minz=1040;maxz=1048;world=Vanha)
  68. }
  69. {
  70. description=Collect a soil sample from Pumpkins
  71. hint=Find a big patch of Pumpkins to collect the sample
  72. timestocomplete=1
  73. hidden=False
  74. infinite=False
  75. triggers
  76. {
  77. send_chat(delay=0;message=&bAfter collecting the sample you are attacked!)
  78. spawn_and_battle(delay=1;name=Dragonite;level=60;bossLevel=1)
  79. }
  80. type=enter_zone(minx=184;maxx=193;miny=112;maxy=114;minz=1036;maxz=1046;world=Vanha)
  81. }
  82. }
  83. stage=2
  84. {
  85. {
  86. description=Return to Wilda
  87. hint=She's near the bridge at Highrift
  88. timestocomplete=1
  89. hidden=False
  90. infinite=False
  91. triggers
  92. {
  93. give_money(delay=0;amount=500)
  94. show_title(delay=3;titletext=Where the Grass is greener Ch 5;titlecolour=dark_green;subtitletext=Quest Completed)
  95. }
  96. type=chat_npc(uuid=3925a346-cc21-44ad-967f-1ca19f65abf9;chatline1=We better go.;chatline2=From your description those were not wild pokes;chatline3=They were guarding the farm)
  97. }
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement