Advertisement
CenizaRey

A Lonely Miner

Apr 20th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. A Lonely Miner
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Mike is going down to the Mines soon and he needs some Pokemon to accompany him on his journey. X868 Y160 Z958
  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=10;titletext=A Lonely Miner;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  22. send_chat(delay=10;message=&bMike wants me to collect a Geodude, an Onix, and a Boldore. I'm likely to find those in mountains, mesas, or underground.)
  23. }
  24. type=chat_npc(uuid=ba16982e-eadd-4289-962f-1aa893a3939b;chatline1=Ugh, finally someone to talk to other than Lance and his brainless butlers.;chatline2=Listen, you look like a capable trainer. I need a favour from you. I'm heading down into the mines soon.;chatline3=I need some pokemon to help me out down there.;chatline4=Here's what i need: A Geodude, an Aron, and a Boldore. You know how to use /wiki by now right?;chatline5=Thanks kid, I really appreciate your help. I'll pay you for your troubles.)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch an Aron.
  31. hint=Use the /wiki command to help you.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bAron has been caught!)
  38. }
  39. type=catch_pokemon(spec=Aron)
  40. }
  41. {
  42. description=Catch a Geodude.
  43. hint=Use the /wiki command to help you.
  44. timestocomplete=1
  45. hidden=False
  46. infinite=False
  47. triggers
  48. {
  49. send_chat(delay=0;message=&bGeodude has been caught!)
  50. }
  51. type=catch_pokemon(spec=Geodude)
  52. }
  53. {
  54. description=Catch a Boldore.
  55. hint=Use the /wiki command to help you.
  56. timestocomplete=1
  57. hidden=False
  58. infinite=False
  59. triggers
  60. {
  61. send_chat(delay=0;message=&bBoldore has been caught!)
  62. }
  63. type=catch_pokemon(spec=Boldore)
  64. }
  65. }
  66. stage=2
  67. {
  68. {
  69. description=Return to Mike.
  70. hint=He's near Lance's exotic hunting camp at X870 Z959.
  71. timestocomplete=1
  72. hidden=False
  73. infinite=False
  74. triggers
  75. {
  76. take_pokemon(delay=0;spec=Aron)
  77. take_pokemon(delay=0;spec=Geodude)
  78. take_pokemon(delay=0;spec=Boldore)
  79. give_money(delay=0;amount=1500)
  80. fire_command(delay=0;command=/give PLAYER pixelmon:lagging_tail 1 0)
  81. send_chat(delay=0;message=&bMike has given you a Lagging Tail and 1500 Pokedollars.)
  82. show_title(delay=0;titletext=A Lonely Miner;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  83. }
  84. conditions
  85. {
  86. carrying_pokemon(flipped=False;spec=Aron)
  87. carrying_pokemon(flipped=False;spec=Geodude)
  88. carrying_pokemon(flipped=False;spec=Boldore)
  89. }
  90. type=chat_npc(uuid=ba16982e-eadd-4289-962f-1aa893a3939b;chatline1=Ah, you did it! I hope you didn't have too much trouble finding these guys. I know Onix can be pretty rare.;chatline2=You did great, kid. Now I'll be able to go into the mines with the guys at my back.;chatline3=It'll be the most profitable venture yet with their help! Here's your cut in advance.)
  91. }
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement