summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chefgado.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-01 03:58:54 +0100
committerReid <reidyaro@gmail.com>2012-12-01 03:58:54 +0100
commit249ee2738f2e28b4c4ca0e762ac51f0440e938e6 (patch)
tree07e58e312f71771ae76a9c0f0c9232955991e5c5 /npc/000-2-1/chefgado.txt
parentc12bb3ea98324c60465376833f56633c3f179ee2 (diff)
downloadserverdata-249ee2738f2e28b4c4ca0e762ac51f0440e938e6.tar.gz
serverdata-249ee2738f2e28b4c4ca0e762ac51f0440e938e6.tar.bz2
serverdata-249ee2738f2e28b4c4ca0e762ac51f0440e938e6.tar.xz
serverdata-249ee2738f2e28b4c4ca0e762ac51f0440e938e6.zip
Add new function on alige and chefgado scripts,
Correct some mistake on knife script.
Diffstat (limited to 'npc/000-2-1/chefgado.txt')
-rw-r--r--npc/000-2-1/chefgado.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 656ff858..2d084e76 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -96,27 +96,32 @@ l_QuestAccepted:
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,
l("What are your needs?"), l_Need,
- l("Not yet. I will be back soon."), -;
- close;
+ l("Not yet. I will be back soon."), close;
l_GotAll:
+ mes "";
+ set @item, 717;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
delitem "PiouLegs", 2;
delitem "Croconut", 1;
delitem "Aquada", 1;
delitem "SeaDrops", 1;
setq ShipQuests_ChefGado, 2;
- mes "";
mesn;
mesq l("Let me see... Crispy legs, disgusting liquids... Let's start!");
next;
mesq l("Water, salt, spicy herbs and meat stuffed with my special surprise!");
next;
mesq l("Done. Here, take it! Now here is the plan. Go talk with her and offer our beautiful lady a bite of her arrogance!");
- getitem "PoisonedDish", 1;
+
+ getitem "PoisonedDish", 1;
close;
+
l_Need:
mes "";
mesn;