From 85c072ed52ff6f87892d1680913521b8ab117281 Mon Sep 17 00:00:00 2001 From: Povo Date: Mon, 22 Mar 2021 05:56:07 +0000 Subject: add empty bottle as reward --- npc/009-3/kevin.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index b8df6c399..622b4624f 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -121,12 +121,13 @@ L_Dye: if (countitem(BottleOfTonoriWater) >= 1 && countitem(PinkBlobime) >= 20 && countitem(Plushroom) >= 30 && Zeny >= 500) { - inventoryplace PinkDye, 1; + inventoryplace PinkDye, 1, EmptyBottle, 1; delitem BottleOfTonoriWater, 1; delitem PinkBlobime, 20; delitem Plushroom, 30; Zeny=Zeny-500; getitem PinkDye, 1; + getitem EmptyBottle, 1; if(getq(HalinarzoQuest_Kevin) == 1 ) { setq HalinarzoQuest_Kevin, 2; getexp 300, 0; -- cgit v1.2.3-60-g2f50