Advertisement
Primalcyndaquil

Untitled

Oct 21st, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. Witchs Brew M2
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Talk to Alcremie
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_chat_gui(delay=0;name=Brach;chatline1=What are you looking at, twerp? What, neva' heard an Alcremie talk before?;chatline2=Glinda gave me the gift'a voice! With a Brooklyn accent ta boot!;chatline3=What's a Brooklyn? Hell if I know! I'm just an Alcremie.;chatline4=Tell ya what, though, I learned a thing or two about ghosts. Ghouls. Goblins. Scaries.;chatline5=I can have one of 'em possess yer pokemon for ya', and it'll take on a new look!;chatline6=I'll do it for ya if ya bring me 16 of them Totems. I want 'em for my own uses.;chatline7=Now get lost! This conversation never happened... Unless you come back here with the totems, that is.)
  23. skip_to_stage(delay=1;stage=0)
  24. }
  25. conditions
  26. {
  27. has_item(flipped=True;itemid=pixelmon:basic_badge;count=16)
  28. }
  29. type=right_click_entity(uuid=66c6a90a-6daa-447a-868a-b768360e9fa3)
  30. }
  31. {
  32. description=Talk to Alcremie
  33. hint=An optional hint
  34. timestocomplete=1
  35. hidden=True
  36. infinite=False
  37. triggers
  38. {
  39. show_chat_gui(delay=0;name=Brach;chatline1=Ayyy! Now that's what I'm talking about, kid!;chatline2=Now, ya ready? Remember, the poke ya wanna change has gotta be in the first slot of the party.;chatline3=And, of course, it's gotta be one of the pokes that can actually be posessed.;chatline4=If it 'aint, ya wont see any change! No refunds!;chatline5=So, what'll it be?)
  40. show_options(delay=10;id=SpiritText;name=Brach;text=So, wanna change the first poke to a Spirit form, if it has one?;choice1=Yes!;choice2=No!)
  41. skip_to_stage(delay=3;stage=1)
  42. }
  43. conditions
  44. {
  45. has_item(flipped=False;itemid=pixelmon:basic_badge;count=16)
  46. }
  47. type=right_click_entity(uuid=66c6a90a-6daa-447a-868a-b768360e9fa3)
  48. }
  49. }
  50. stage=1
  51. {
  52. {
  53. description=If you exit the menu...
  54. hint=Simply talk to Brach to bring it up again.
  55. timestocomplete=1
  56. hidden=False
  57. infinite=False
  58. triggers
  59. {
  60. show_options(delay=3;id=SpiritText;name=Brach;text=So, wanna change the first poke to a Spirit form, if it has one?;choice1=Yes!;choice2=No!)
  61. }
  62. type=right_click_entity(uuid=66c6a90a-6daa-447a-868a-b768360e9fa3)
  63. }
  64. {
  65. description=Yes! Yes! Yes!
  66. hint=An optional hint
  67. timestocomplete=1
  68. hidden=True
  69. infinite=False
  70. triggers
  71. {
  72. take_item(delay=0;itemid=pixelmon:basic_badge;count=16)
  73. show_chat_gui(delay=0;name=Brach;chatline1=Excellent! Now, lemme fetch a ghost for 'ya.;chatline2=Ooo! This one's full of murderous rage! In it goes!;chatline3=...Done! Yer poke should now look different.;chatline4=If ya screwed up and did this to a poke that doesnt have a texture...;chatline5=Ask an exorcist)
  74. fire_command(delay=3;command=pokeedit PLAYER 1 st:spirit)
  75. skip_to_stage(delay=1;stage=0)
  76. }
  77. conditions
  78. {
  79. has_item(flipped=False;itemid=pixelmon:basic_badge;count=16)
  80. }
  81. type=choose_option(id=SpiritText;choice=1)
  82. }
  83. {
  84. description=No! No! No!
  85. hint=An optional hint
  86. timestocomplete=1
  87. hidden=True
  88. infinite=False
  89. triggers
  90. {
  91. show_chat_gui(delay=0;name=Brach;chatline1=Really leavin' me hanging like this, kid? I trusted 'ya.)
  92. skip_to_stage(delay=1;stage=0)
  93. }
  94. conditions
  95. {
  96. has_item(flipped=False;itemid=pixelmon:basic_badge;count=16)
  97. }
  98. type=choose_option(id=SpiritText;choice=2)
  99. }
  100. }
  101. }
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement