Advertisement
Morbytogan

Untitled

Feb 5th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. /q create regalia.festival.chef
  2. /q e n Chef Struffoli
  3. /q e d You’re hit with the scent of freshly cooked food as you wander into the quieter quarter of Hostesse, quiet until the mustachioed man waves you down. ‘Hello! Are you hungry my friend? We have plenty here to eat, just tell me what you want.’ (yes or no in local chat)
  4. /q e ToFind OnClickNPC chef struffoli
  5. /q e ToFind IfInWorld regalia
  6. /q e OnFind DoFind regalia.festival.chef.yes
  7. /q e OnFind DoFind regalia.festival.chef.yes.50
  8. /q e OnFind DoFind regalia.festival.chef.no
  9. /q e OnFind DoFind regalia.festival.chef.no.50
  10. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  11.  
  12. /q create regalia.festival.chef.yes
  13. /q e v n
  14. /q e ToAdvance OnChat yes
  15. /q e OnComplete DoFind regalia.festival.chef.100
  16. /q e OnComplete DoUnFind regalia.festival.chef.yes.50
  17. /q e OnComplete DoUnFind regalia.festival.chef.no
  18. /q e OnComplete DoUnFind regalia.festival.chef.no.50
  19.  
  20. /q create regalia.festival.chef.yes.50
  21. /q e v n
  22. /q e ToAdvance OnChat l: yes
  23. /q e OnComplete DoFind regalia.festival.chef.100
  24. /q e OnComplete DoUnFind regalia.festival.chef.yes
  25. /q e OnComplete DoUnFind regalia.festival.chef.no
  26. /q e OnComplete DoUnFind regalia.festival.chef.no.50
  27.  
  28. /q create regalia.festival.chef.no
  29. /q e v n
  30. /q e ToAdvance OnChat no
  31. /q e OnComplete DoFind regalia.festival.chef.no.100
  32. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  33.  
  34. /q create regalia.festival.chef.no.50
  35. /q e v n
  36. /q e ToAdvance OnChat l: no
  37. /q e OnComplete DoFind regalia.festival.chef.no.100
  38. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  39.  
  40. /q create regalia.festival.chef.no.100
  41. /q e times 0
  42. /q e n No?
  43. /q e ‘Oh well, you will get hungry soon enough and when you do I will be here.’ The Chef shrugs, turning his attention back to the counter.
  44.  
  45. /q create regalia.festival.chef.100
  46. /q e n Take your pick!
  47. /q e d ‘Bueno! Now we have the &bSurf and Turf&e, the &bWood Grilled Salmon&e, &bStuffed Potato&e, and &bSeasoned rolls&e. Take your pick, my friend. There is plenty of food for everyone.’
  48. /q e OnFind DoFind regalia.festival.chef.surf
  49. /q e OnFind DoFind regalia.festival.chef.salmon
  50. /q e OnFind DoFind regalia.festival.chef.potato
  51. /q e OnFind DoFind regalia.festival.chef.rolls
  52.  
  53. /q create regalia.festival.chef.surf
  54. /q e v n
  55. /q e ToAdvance OnChat surf and turf
  56. /q e ToAdvance IfHaveMoney 10
  57. /q e OnComplete DoGiveItem cooked_beef 1 name:&aSurf_and_Turf lore:A_juicy_steak_paired_with_a_side_of_|fried_shrimp_with_a_whiskey_glaze.
  58. /q e OnComplete DoLoseMoney 10
  59. /q e OnComplete DoFind regalia.festival.chef.200
  60. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  61.  
  62.  
  63. /q create regalia.festival.chef.salmon
  64. /q e v n
  65. /q e ToAdvance OnChat wood grilled salmon
  66. /q e ToAdvance IfHaveMoney 10
  67. /q e ToAdvance IfSlotsEmpty 1
  68. /q e OnComplete DoGiveItem cooked_salmon 1 name:&aWood-Grilled_Salmon lore:A_fillet_of_salmon_rubbed_with_herbs_|and_grilled_slowly_over_wine-soaked_|cedar_planks
  69. /q e OnComplete DoLoseMoney 10
  70. /q e OnComplete DoFind regalia.festival.chef.200
  71. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  72.  
  73. /q create regalia.festival.chef.potato
  74. /q e v n
  75. /q e ToAdvance OnChat stuffed potato
  76. /q e ToAdvance IfHaveMoney 10
  77. /q e ToAdvance IfSlotsEmpty 1
  78. /q e OnComplete DoGiveItem baked_potato 1 name:&aStuffed_Potato lore:A_delicious_potato_filled_with_cheese_|and_fried_pork.
  79. /q e OnComplete DoLoseMoney 10
  80. /q e OnComplete DoFind regalia.festival.chef.200
  81. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  82.  
  83. /q create regalia.festival.chef.bread
  84. /q e v n
  85. /q e ToAdvance OnChat seasoned rolls
  86. /q e ToAdvance IfHaveMoney 10
  87. /q e ToAdvance IfSlotsEmpty 1
  88. /q e OnComplete DoGiveItem bread 1 name:&aSavory_Seasoned_Rolls lore:Fluffy_bread_rolls,_perfectly_paired_|with_any_entree.
  89. /q e OnComplete DoLoseMoney 10
  90. /q e OnComplete DoFind regalia.festival.chef.200
  91. /q e OnComplete DoCmd /q p ut {p} regalia.festival.chef
  92.  
  93. /q create regalia.festival.chef.200
  94. /q e times 0
  95. /q e n Thank you, come again!
  96. /q e d ‘Arrivederci! Come get something else to eat sometime eh?!’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement