Advertisement
Primalcyndaquil

Untitled

May 15th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Daily Quest Reset
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=True
  9. repeatdays=0
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_options(delay=0;id=DAILYRESET;name=Aide;text=Would you like to reset your daily quest? Note that it can't be taken up again until tomorrow if you do.;choice1=Yes;choice2=No)
  23. }
  24. type=chat_npc(uuid=05db30e4-0bdf-4c64-b20c-e0ca2b0182cd;chatline1=Hi, I'm one of professor Ras's aides!;chatline2=Are you having trouble with your current Daily Quest objective? ;chatline3=Would you like to get rid of the quest for today?)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=A description
  31. hint=An optional hint
  32. timestocomplete=1
  33. hidden=True
  34. infinite=False
  35. triggers
  36. {
  37. show_chat_gui(delay=0;name=Aide;chatline1=Gotcha! Resetting quest...)
  38. fire_command(delay=0;command=questprogress set "Daily Research Hunt" PLAYER 100)
  39. skip_to_stage(delay=0;stage=0)
  40. }
  41. type=choose_option(id=DAILYRESET;choice=1)
  42. }
  43. {
  44. description=A description
  45. hint=An optional hint
  46. timestocomplete=1
  47. hidden=True
  48. infinite=False
  49. triggers
  50. {
  51. show_chat_gui(delay=0;name=Aide;chatline1=Oh, ok!)
  52. skip_to_stage(delay=0;stage=0)
  53. }
  54. type=choose_option(id=DAILYRESET;choice=2)
  55. }
  56. {
  57. description=Talk to the Aide again if you closed the menu.
  58. hint=
  59. timestocomplete=1
  60. hidden=False
  61. infinite=False
  62. triggers
  63. {
  64. skip_to_stage(delay=0;stage=0)
  65. }
  66. type=chat_npc(uuid=05db30e4-0bdf-4c64-b20c-e0ca2b0182cd;chatline1=Ah, sorry about that!)
  67. }
  68. }
  69. }
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement