From 7a7bebfabe8342bee724900b111505094134955b Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Wed, 12 Dec 2012 23:25:46 +0100 Subject: Add InventoryPlace check to ChefGado rewards. --- npc/000-2-1/chefgado.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 2a7e605e..d6dca584 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -142,6 +142,10 @@ l_PoisonJulia: mesn; mesq l("The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!"); + set @item, 502; + set @count, 2; + callfunc "InventoryPlace", @item, @count; + set zeny, zeny + 60; message strcharinfo(0), l("You receive 60GP!"); getitem "Bread", 2; -- cgit v1.2.3-60-g2f50