Advertisement
CenizaRey

A Spoiled Trainer

Apr 20th, 2019
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. A Spoiled Trainer
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Lance wants to use a Growlithe in the Electric Gym, as he believes only the most regal pokemon can hope to defeat the gym leaders. X914 Y154 Z986
  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=&bLance has taken a particular interest in Growlithe. I can use the /wiki command to locate the lands Growlithes are native to.)
  22. show_title(delay=10;titletext=A Spoiled Trainer;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  23. }
  24. type=chat_npc(uuid=6a42c2c3-291b-4ec4-9070-5d76ff9a9ce9;chatline1=Ah, you look like a suitable lackey. Good, Jeeves has been taking far too long.;chatline2=Listen up: I want to challenge the Electric Gym. I don't want to use just any old pokemon like yours either.;chatline3=No, I want a Growlithe. Find me one and I'll throw you a few pennies as a reward. Off you go, chop chop!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Catch a Growlithe.
  31. hint=Use the /wiki command to help find the Growlithe.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bYou caught a Growlithe! You should return to Lance.)
  38. }
  39. type=catch_pokemon(spec=Growlithe)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=Return to Lance.
  46. hint=He's in his exotic hunting grounds. X913 Z985
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. send_chat(delay=0;message=&bLance has given you 1500 pokedollars.)
  53. give_money(delay=0;amount=1500)
  54. show_title(delay=7;titletext=A Spoiled Trainer;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  55. }
  56. conditions
  57. {
  58. carrying_pokemon(flipped=False;spec=Growlithe)
  59. }
  60. type=chat_npc(uuid=6a42c2c3-291b-4ec4-9070-5d76ff9a9ce9;chatline1=Ugh, finally. You took your sweet time.;chatline2=...Wait, THIS is the Growlithe you found? This pathetic little mutt? I wanted something REGAL, not full of fleas!;chatline3=You take it! I'm sure someone of your class could find a use for that mongrel! I'll find someone competent to get me my Growlithe. Take your pittance too.;chatline4=Now get out before I change my mind!)
  61. }
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement