Advertisement
Primalcyndaquil

Untitled

Mar 30th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Bulk Key Purchase
  2.  
  3. islegendary=False
  4. requiredquestpoints=750
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=True
  9. repeatdays=0
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=
  16. hint=
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_options(delay=2;id=Crazy10;name=Crazy Salesman;text=Would you like to purchase 10 Crazy Crate Keys for 15,000$?;choice1=Yes;choice2=No)
  23. }
  24. conditions
  25. {
  26. has_money(flipped=false;amount=15000)
  27. }
  28. type=chat_npc(uuid=1ebf9e40-dcaa-40b3-a532-231813b06621;chatline1=Hi! I sell crazy crate keys in bulk. Would you like to buy 10 of them?)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Yes
  35. hint=
  36. timestocomplete=1
  37. hidden=True
  38. infinite=False
  39. triggers
  40. {
  41. take_money(delay=0;amount=15000)
  42. fire_command(delay=1;command=teslacrate key give PLAYER crazy 10)
  43. show_chat_gui(delay=3;name=Crazy Salesman;chatline1=Pleasure doing business with 'ya!)
  44. skip_to_stage(delay=1;stage=0)
  45. send_chat(delay=2;message=&cYou purchased 10 crazy keys!)
  46. }
  47. conditions
  48. {
  49. has_money(flipped=false;amount=15000)
  50. }
  51. type=choose_option(id=Crazy10;choice=1)
  52. }
  53. {
  54. description=No
  55. hint=
  56. timestocomplete=1
  57. hidden=True
  58. infinite=False
  59. triggers
  60. {
  61. show_chat_gui(delay=2;name=Crazy Salesman;chatline1=Well, alrighty then!)
  62. skip_to_stage(delay=0;stage=0)
  63. }
  64. type=choose_option(id=Crazy10;choice=2)
  65. }
  66. {
  67. description=Chat to the Crazy Salesman at /warp crazy if you accidentally left the menu!
  68. hint=
  69. timestocomplete=1
  70. hidden=False
  71. infinite=True
  72. triggers
  73. {
  74. skip_to_stage(delay=1;stage=0)
  75. }
  76. type=chat_npc(uuid=1ebf9e40-dcaa-40b3-a532-231813b06621;chatline1=Ah, you left the menu? No problemo, lemme set that straight for you...)
  77. }
  78. }
  79. }
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement