From 27c25b1003b469476d5b6e5d793a7d0434f95a48 Mon Sep 17 00:00:00 2001 From: Dark_Mage Date: Sat, 30 Apr 2011 23:29:36 +0400 Subject: Added daily quest about acorns to baker.txt --- npc/021-2_Tulimshar/bakery.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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: -- cgit v1.2.3-70-g09d2