summaryrefslogtreecommitdiff
path: root/npc/020-1/serge.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/serge.txt')
-rw-r--r--npc/020-1/serge.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/020-1/serge.txt b/npc/020-1/serge.txt
index 5414591d2..1335cff0b 100644
--- a/npc/020-1/serge.txt
+++ b/npc/020-1/serge.txt
@@ -46,7 +46,8 @@ L_WinterQuest:
mes l("@@/120 @@", countitem(Snowflake), getitemlink(Snowflake));
mes l("@@/80 @@", countitem(CaramelCandy), getitemlink(CaramelCandy));
mes l("@@/40 @@", countitem(GingerBreadMan), getitemlink(GingerBreadMan));
- mes l("@@/10 @@", countitem(ChocolateBiscuit), getitemlink(ChocolateBiscuit)); // Found at Chocolate Slime: 4.00%
+ mes l("@@/10 @@", countitem(SmallChocolateBar), getitemlink(SmallChocolateBar));
+ mes l("@@/1 @@", countitem(ChocolateBiscuit), getitemlink(ChocolateBiscuit)); // Found at Chocolate Slime: 4.00%
next;
select
l("Not now, thanks"),
@@ -60,14 +61,16 @@ L_WinterQuest:
countitem(Snowflake) < 120 ||
countitem(CaramelCandy) < 80 ||
countitem(GingerBreadMan) < 40 ||
- countitem(ChocolateBiscuit) < 10
+ countitem(SmallChocolateBar)< 10 ||
+ countitem(ChocolateBiscuit) < 1
) goto L_Lying;
inventoryplace KnitHat, 1;
delitem Snowflake, 120;
delitem CaramelCandy, 80;
delitem GingerBreadMan, 40;
- delitem ChocolateBiscuit, 10;
+ delitem SmallChocolateBar, 10;
+ delitem ChocolateBiscuit, 1;
getitem KnitHat, 1;
getexp BaseLevel*267, JobLevel*80; // Level 30/20 ABSOLUTE CAP
setq1 SQuest_Winter, 1;