summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chefgado.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-02-20 11:51:22 +0000
committerReid Yaro <reidyaro@gmail.com>2013-02-20 13:05:56 +0000
commit198a0b649098193b2c851f427ef36cf33620918a (patch)
tree0df68cc312463e9ffb9b40af76cfbe314bbdec2d /npc/000-2-1/chefgado.txt
parentb968491ccab160d2c8ed58af0988680f5328b885 (diff)
downloadserverdata-198a0b649098193b2c851f427ef36cf33620918a.tar.gz
serverdata-198a0b649098193b2c851f427ef36cf33620918a.tar.bz2
serverdata-198a0b649098193b2c851f427ef36cf33620918a.tar.xz
serverdata-198a0b649098193b2c851f427ef36cf33620918a.zip
Add a new menu string on chefgado and fix needed items for the making of the poisoned dish.
Diffstat (limited to 'npc/000-2-1/chefgado.txt')
-rw-r--r--npc/000-2-1/chefgado.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 530b2ff8..74325f50 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -99,6 +99,7 @@ l_Sure:
l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor boy.", getitemlink("Croconut")));
next;
mesq l("Now move!");
+
close;
l_QuestAccepted:
@@ -107,10 +108,20 @@ l_QuestAccepted:
next;
menu
- rif(countitem("PiouLegs") > 1 && countitem("Croconut") > 0 && countitem("Aquada") > 0 && countitem("SeaDrops") > 0, l("All your... Fresh ingredients are ready to be cooked.")), l_GotAll,
+ rif(countitem("PiouLegs") > 1 && countitem("HalfCroconut") > 0 && countitem("Aquada") > 0 && countitem("SeaDrops") > 0, l("All your... Fresh ingredients are ready to be cooked.")), l_GotAll,
l("What are your needs?"), l_Need,
+ l("How to find a Half Croconut?"), -,
l("Not yet. I will be back soon."), l_Quit;
+ mes "";
+ mesn;
+ mesq g(l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor girl.", getitemlink("Croconut")),
+ l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor boy.", getitemlink("Croconut")));
+ next;
+ mesq l("Now move!");
+
+ close;
+
l_GotAll:
mes "";
@@ -119,7 +130,7 @@ l_GotAll:
callfunc "InventoryPlace", @item, @count;
delitem "PiouLegs", 2;
- delitem "Croconut", 1;
+ delitem "HalfCroconut", 1;
delitem "Aquada", 1;
delitem "SeaDrops", 1;
@@ -140,7 +151,7 @@ l_Need:
mesn;
mesq l("Shhht, don't say it that loud...");
next;
- mesq l("I only need 2 @@, 1 @@, 1 @@ and...", getitemlink("PiouLegs"), getitemlink("Croconut"), getitemlink("Aquada"));
+ mesq l("I only need 2 @@, 2 @@, 1 @@ and...", getitemlink("PiouLegs"), getitemlink("HalfCroconut"), getitemlink("Aquada"));
next;
mesq l("... And 1 @@.", getitemlink("SeaDrops"));