summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-17 18:30:23 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-17 18:30:23 +0100
commit53af30fea26f56fb188958c7697b14ba1f1236b1 (patch)
tree43aeb8b4e625ec2457590c559896fe34febde6c2
parent396b7c246f38fcd5464707be0176c950ea12fa1c (diff)
downloadserverdata-53af30fea26f56fb188958c7697b14ba1f1236b1.tar.gz
serverdata-53af30fea26f56fb188958c7697b14ba1f1236b1.tar.bz2
serverdata-53af30fea26f56fb188958c7697b14ba1f1236b1.tar.xz
serverdata-53af30fea26f56fb188958c7697b14ba1f1236b1.zip
chef gado now ask for 11 piou legs
-rw-r--r--npc/002-1/chefgado.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/002-1/chefgado.txt b/npc/002-1/chefgado.txt
index 89c9d5022..ea232eb21 100644
--- a/npc/002-1/chefgado.txt
+++ b/npc/002-1/chefgado.txt
@@ -54,7 +54,7 @@ L_Ask:
L_Start:
mes "";
mesn;
- mesq l("Great, I need 5 @@. Remember a good food makes a good crew.",getitemlink("PiouLegs"));
+ mesq l("Great, I need 11 @@. Remember a good food makes a good crew.",getitemlink("PiouLegs"));
setq ShipQuests_ChefGado, 1;
mes "";
menu
@@ -65,17 +65,17 @@ L_Start:
L_Continue:
setq ShipQuests_ChefGado, 1;
mesn;
- mesq l("Do you have the @@/5 @@ I requested? Sailors are getting hungry because you!",countitem("PiouLegs"),getitemlink("PiouLegs"));
+ mesq l("Do you have the @@/11 @@ I requested? Sailors are getting hungry because you!",countitem("PiouLegs"),getitemlink("PiouLegs"));
mes "";
menu
- rif(countitem("PiouLegs") >= 5, l("Yes, take them.")), L_Reward,
+ rif(countitem("PiouLegs") >= 11, l("Yes, take them.")), L_Reward,
l("Not yet."), -;
close;
L_Reward:
inventoryplace CreasedGloves, 1;
- delitem PiouLegs, 5;
+ delitem PiouLegs, 11;
getitem CreasedGloves, 1;
setq ShipQuests_ChefGado,2;
Zeny = Zeny + 100;