diff options
-rw-r--r-- | npc/021-2_Tulimshar/bakery.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt index 11782e03..91794e51 100644 --- a/npc/021-2_Tulimshar/bakery.txt +++ b/npc/021-2_Tulimshar/bakery.txt @@ -24,6 +24,23 @@ L_Begin: if ((@Q_kadiya_status == @Q_STATUS_WANTS_ORANGECUPCAKE) && (countitem ("MopoxCurePotion") > 0)) goto L_lace_cupcake; + mes "\"Would you mind to bring me 6 acorns, I need it for chocolate cake. I would be so delicious!\""; + next; + + set @dq_level, 15; + set @dq_cost, 3; + set @dq_count, 6; + set @dq_name$, "Acorn"; + set @dq_friendly_name$, "acorns"; + set @dq_money, 250; + set @dq_exp, 50; + + callfunc "DailyQuest"; + + next; + + mes "\"And don't forget, our bakery is the best!\""; + close; L_lace_chococake: |