diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-12 23:25:46 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-12 23:25:46 +0100 |
commit | 7a7bebfabe8342bee724900b111505094134955b (patch) | |
tree | bc2238d34fc789b124a4957546e868dd046b413a /npc | |
parent | 56f539978a7cd569bb71342a93438eb90b7572ec (diff) | |
download | clientdata-7a7bebfabe8342bee724900b111505094134955b.tar.gz clientdata-7a7bebfabe8342bee724900b111505094134955b.tar.bz2 clientdata-7a7bebfabe8342bee724900b111505094134955b.tar.xz clientdata-7a7bebfabe8342bee724900b111505094134955b.zip |
Add InventoryPlace check to ChefGado rewards.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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; |